precompile checks

This commit is contained in:
visionmercer 2022-09-19 01:27:48 +02:00
commit 3edb188921
22 changed files with 458 additions and 9 deletions

View file

@ -1,2 +1,5 @@
$if bool = undefined then
$let bool = defined
Const False = 0
Const True = Not False
Const True = Not False
$end if