/
cat
/ misc
Miscellaneous Control Structures
GOTO
Inconditional jump.
QUIT
Quits the program.
RETURN
Returns from a procedure or a function.
STOP
Simulates a breakpoint.
WITH
...
END WITH
Default object selector.