6F3B0253
Basic Hardware and Function 135
7. InstructionsEND End
Expression
[ END ]
Function
Indicates the end of main program or sub-program. Instructions after the END instruction are not
executed. At least one END instruction is necessary in a program.
Execution condition
Input Operation Output
Operand
No operand is required.
Example
Note
For debugging purpose, 2 or more END instructions can be written in a program.
Instructions after END instruction are not executed. Those steps are, however, counted as used
steps.