![]() ![]() |
|
ENDThe END statement is used to terminate a program or to conclude a set of jBC statements bounded by a condition.
COMMAND SYNTAXEND
SYNTAX ELEMENTSNone
NOTESThe END statement is not required in a jBC program. If the compiler encounters an END statement that is not the conclusion to a conditional block, then no statements can follow it. |