Start Program Last
updated 2010.1.15 (v1.0 Eng)
"Start Program" designates the beginning of a program. Regardless
of the line number, the program will always start at this point. "Start
Program" is like the "main" function in the C language.
Usage
- "Start Program" is executed regardless of its line number.
- A program cannot have more than one "Start Program" command.
- The body of the command must be enclosed by brackets.
- The program will end when the closing bracket( } ) is reached.
Example
- Start a program with the "Start Program" command.
