EndScript

Function:

Ends the script. This command is necessary for scripts that run subroutines, but can be used at any point in a script to end it.

Example:

 If x=3 then

EndScript

Else

Let x=x+1

Goto Again

Endif

Notes:

 See Example 59 for more information.