Previous: 3.2.26. $W: Warnings Generation Switch To the Table of Contents Next: 3.2.28. $XW: Extended Warnings
3.2.26. $W: Warnings Generation Switch Table of Contents 3.2.28. $XW: Extended Warnings

- 3.2.27. -
Table of Contents>
3. Compiler Directives
3.2. Switch and Parameter Directives
3.2.27. $X: Extended Syntax Switch


3.2.27. $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.


Previous: 3.2.26. $W: Warnings Generation Switch To the Table of Contents Next: 3.2.28. $XW: Extended Warnings
3.2.26. $W: Warnings Generation Switch Table of Contents 3.2.28. $XW: Extended Warnings

- 3.2.27. -