Program Statements
call calls a subroutine within a program.
else denotes start of alternative clause for IF.
endif marks end of conditional commands.
endsub marks end of subroutine definition.
for start of FOR execution loop.
if conditional execution statement.
include include subroutine in programs.
step (optional) step size of a FOR loop.
stop halts execution of program.
then part of IF statement.
to upper limit of FOR loop.
while start of WHILE loop.