5 lines
No EOL
93 B
Text
5 lines
No EOL
93 B
Text
$if bool = undefined then
|
|
$let bool = defined
|
|
Const False = 0
|
|
Const True = Not False
|
|
$end if |