5.1.2.2.18 -ety* Enable non-standard types
This command-line compiler option enables/disables non-standard types.
Syntax: -ety[+|-]
Default: Enabled
Notes: See also enable non-standard types.
5.1.2.2.19 -eui* Allow underscores in identifiers
This command-line compiler option enables/disables underscores (_) in identifiers.
Syntax: -eui[+|-]
Default: Enabled
Notes: See also allow underscores (_) in identifiers.
5.1.2.2.20 -eva* Enable non-standard variables
This command-line compiler option enables/disables non-standard variables.
Syntax: -eva[+|-]
Default: Enabled
Notes: See also enable non-standard variables.
5.1.2.2.21 -E* Enable all extensions
This command-line compiler option enables/disables all Irie Pascal extensions to Standard Pascal.
Syntax: -E[+|-]
Default: Enabled
5.1.2.2.22 -gs Generate a WinNT/2000 service
This command-line compiler option makes the compiler generate a Windows NT/2000 service
application.
Syntax: -gs[+|-]
Default: Disabled
Notes: See also generate Windows NT/2000 service application.
5.1.2.2.23 -hTEXT Add #!TEXT header
This command-line compiler option specifies a #! header to be inserted in front of the generated
executable.
Syntax: -hTEXT(Sets the #! header to TEXT)
Default: By default no #! header is used.
NOTES: See also #! header.