Statements


Break - Exit a FOR or WHILE loop

Continue - Force re-evaluation of the condition for a FOR or WHILE loop

Dump - Dump the contents of variables

End - Terminate the script

Erase - Clear arrays

For - looping based on a counter

Gosub - Execute a subroutine then return

Goto - Unconditional jump to a label

If - Conditional execution

Label - Name a point in your script for later use with Goto or Gosub

Number - Declare a numeric variable

Print - Display an expression

Rem - Insert a comment

Stop - Pause the script

String - Declare a string variable

While - looping based on a condition