Control statements
There are the following control statements:
IF | Conditional processing of instructions |
| Conditional jump |
CASE | Multiple alternatives |
FOR, WHILE, LOOP | Loops |
GOTO | Jump to a label |
GOSUB | subroutine call |
PROC, FUNC | user procedure and function definitions |
EXEC | start of another basic program |
|