1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/internal/help/$END_IF.txt
2016-03-18 08:36:04 -03:00

22 lines
409 B
Plaintext

'''$END IF''' is precompiler command, which determines which sections of code inside its blocks are included into our code for compiling.
{{PageSyntax}}
:: $IF variable = expression THEN...
::.
::.$ELSEIF variable = expression THEN...
::.
:: $ELSE
::.
:: $END IF
* $END IF denotes the end of a valid precompiler $IF block.
''See also:''
* [[$LET]]
* [[$IF]]
* [[$ELSE]]
* [[$ELSEIF]]
{{PageNavigation}}