Description
A single
semicolon ; represents an empty instruction.
For example,
IF x THEN ; ELSE ..
In this
example, an empty instruction follows the THEN instruction.
This means that the program exits the IF instruction
as soon as the IF condition is 1.