$END IF
Revision as of 14:33, 18 August 2015 by imported>SMcNeill (Created page with ''''$END IF''' is precompiler command, which determines which sections of code inside its blocks are included into our code for compiling. {{PageSyntax}} :: $IF variable = expre…')
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
$END IF is precompiler command, which determines which sections of code inside its blocks are included into our code for compiling.
Syntax
- $IF variable = expression THEN...
- .
- .$ELSEIF variable = expression THEN...
- .
- $ELSE
- .
- $END IF
- $END IF denotes the end of a valid precompiler $IF block.
See also: