END


The END statement is used to terminate a program or to conclude a set of jBC statements bounded by a condition.

 

COMMAND SYNTAX

END

 

SYNTAX ELEMENTS

None

 

NOTES

The 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.


jBC