A SERVICE OF

logo

5.1.2.2.32 -nc Allow nested comments
This command-line compiler option enables/disables support for nested comments.
Syntax: -nc[+|-]
Default: Disabled
Notes: See also allow nested comments.
5.1.2.2.33 -nu Non-standard unary operators
This command-line compiler option enables/disables non-standard use of unary plus and minus operators.
Syntax: -nu[+|-]
Default: Enabled
Notes: See also non-standard unary operators.
5.1.2.2.34 -oNAME Set output filename
This command-line compiler option specifies the name of the executable generated by the compiler.
Syntax: -oNAME
Default: The name of the executable is the name of the Pascal source file with the extension changed to
.ivm.
5.1.2.2.35 -p Require parentheses
This command-line compiler option enables/disables mandatory parentheses mode.
Syntax: -p[+|-]
Default: Disabled
Notes: See also require parentheses.
5.1.2.2.36 -r* Trap range errors
This command-line compiler option enables/disables range checking.
Syntax: -r[+|-]
Default: Enabled