contents index previous next
SE.ERROR
The returned value indicates an error. If this flag is false, the value returned in SE.VALUE is a normal return like the JavaScript statement return 10;. If this flag is true, it is the equivelent of throw 10;.
SE.EXIT