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