Link to this page
Print this page
Parent topic
:
Advanced features
Advanced features
Program execution
This section describes program execution and language instructions related to program execution.
Executing programs
There are different ways to execute compiled programs, according to 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.