Compiler Options /text/sbasic/shared/Compiler_options.xhp Compiler Options Runtime conditions

Compiler Options, Runtime Conditions

Compiler options specified at the module level affect %PRODUCTNAME Basic compiler checks and error messages. Basic syntax as well as Basic set of instructions can be different according to the options that are in use. The less Option, the easiest and tolerant %PRODUCTNAME Basic language is. The more Option, the richer and controlled Basic language gets.
Compiler options must be specified before the executable program code in a module. Option Statement diagram

Option Private Module

Specifies that the scope of the module is that of the Basic library it belongs to. Options specified at the module level also affect %PRODUCTNAME Basic runtime conditions. The behaviour of %PRODUCTNAME Basic instructions can differ.
Property statement