19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
|
#If
|
||
|
#Else
|
||
|
#ElseIf
|
||
|
#Endif
|
||
|
#Pragma
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["symbol", "#If"],
|
||
|
["symbol", "#Else"],
|
||
|
["symbol", "#ElseIf"],
|
||
|
["symbol", "#Endif"],
|
||
|
["symbol", "#Pragma"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for conditional compilation and pragma.
|