diff --git a/Boolean.md b/Boolean.md new file mode 100644 index 0000000..8ffee45 --- /dev/null +++ b/Boolean.md @@ -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]] \ No newline at end of file