Link to this page
Print this page
Parent topic
:
Programs
Language basics
/
Programs
Configuration options
Compiler and runtime system can be controlled with several configuration settings.
OPTIONS (Compilation)
OPTIONS
outside program blocks defines semantics of the language for the compiler.
OPTIONS (Runtime)
The
OPTIONS
instruction inside program blocks controls program behavior at runtime.
Runtime configuration in FGLPROFILE
DEFER INTERRUPT / QUIT
The
DEFER
instruction defines the program behavior when
interruption
or
quit
signals are received.