1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 20:24:54 +00:00

Created Boolean (markdown)

FellippeHeitor 2016-12-19 02:06:18 -02:00
parent da27cac3fd
commit f61b0c34fd

9
Boolean.md Normal file

@ -0,0 +1,9 @@
InForm sets the following CONSTants:
CONST True = -1
CONST False = NOT True
That's the traditional way of setting boolean values in QB64, as it allows bit manipulation with operators like NOT, AND, OR, etc.
See also:
[[Properties]]