contents   index   previous   next



SE.EXIT

Exits out of the script with the returned value being the return of the script. This is exactly analogous to a Java program calling System.exit(), for instance System.exit(10); .

 


SE.YIELD