qb64-include/bool.bi
2022-09-19 01:27:48 +02:00

5 lines
No EOL
93 B
Text

$if bool = undefined then
$let bool = defined
Const False = 0
Const True = Not False
$end if