Skip to content

Constants

FellippeHeitor edited this page Dec 19, 2016 · 7 revisions

InForm sets some global constants that are user-accessible.

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:

Clone this wiki locally