precompile checks
This commit is contained in:
parent
401e24bb23
commit
3edb188921
22 changed files with 458 additions and 9 deletions
5
bool.bi
5
bool.bi
|
|
@ -1,2 +1,5 @@
|
|||
$if bool = undefined then
|
||||
$let bool = defined
|
||||
Const False = 0
|
||||
Const True = Not False
|
||||
Const True = Not False
|
||||
$end if
|
||||
Loading…
Add table
Add a link
Reference in a new issue