- 3.2.27 -
Compiler Directives
Switch and Parameter Directives
$X: Extended Syntax Switch
Targets: MS-DOS, OS/2, Win32
Compiler directives
Enables or disables Turbo Pascal's extended syntax.
Syntax:
{$X+} or {$X-}
Default:
{$X+}
Remarks:
If {$X+} defined, function calls can be used as statements; the result of a function call can be discarded.
$W: Warnings Generation Switch
Table of Content
$XW: Extended Warnings
- 3.2.27 -