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 C program calling exit(), for instance exit(10); .

 


SE_YIELD