Program execution This section describes program execution and language instructions related to program execution. Executing programs There are different ways to execute compiled programs, depending on the configuration and the development or production context. RUN The RUN instruction executes the command passed as argument. EXIT PROGRAM The EXIT PROGRAM instruction terminates the execution of the program. BREAKPOINT The BREAKPOINT instruction sets a program breakpoint when running in debug mode.