The exit function terminates execution of a User Language Program.
If an integer result is given it will be used as the
return value of the program.
If a string command is given, that command will be executed as if it
were entered into the command line immediately after the RUN command. In that
case the return value of the ULP is set to EXIT_SUCCESS.