PROGRAM
PROGRAM names, as well as encapsulates, the VPL main program together with END_PROGRAM.
Example:
INCLUDE rtcu.inc PROGRAM test; BEGIN ... END; END_PROGRAM;