Link to this page
Print this page
Parent topic
:
Programs
Language basics
/
Programs
Program execution and related instructions
This section describes program execution and language instructions related to program execution.
Executing programs with fglrun
The fglrun command is used to execute compiled programs.
RUN
The
RUN
instruction executes the command passed as an 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.