Boolean

From Tygron Support wiki
Revision as of 10:27, 20 March 2019 by Rudolf@tygron.nl (talk | contribs) (Created page with "{{stub}} A boolean is a binary value, indicating either a "true" or a "false". In general, only a value of 0 or 1 is allowed. Any other value may cause undefined behavior, th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is a stub.

A boolean is a binary value, indicating either a "true" or a "false".

In general, only a value of 0 or 1 is allowed. Any other value may cause undefined behavior, though as a rule of thumb any positive value is interpreted as "true".

Value Meaning
0 False (No)
1 True (Yes)