Contents | Prev | Next

3.1.2.2.41 -sc* Use short-circuit evaluation

This command-line compiler option enables/disables short-circuit evaluation for the boolean operators and and or.

Syntax: -sc[+|-]

Default: Enabled

Notes: See also use short-circuit evaluation.

Contents | Prev | Next