Boolean: Difference between revisions
Jump to navigation
Jump to search
VivarDomc4 (talk | contribs) m (c4talricrotr) |
m (Reverted edit of last, changed back to last version by cur) |
||
Line 1: | Line 1: | ||
A '''boolean''' value is either "on" or "off". When enabled it is denoted with <code>true</code> or <code>1</code>, and when disabled it is denoted with <code>false</code> or <code>0</code>. | A '''boolean''' value is either "on" or "off". When enabled it is denoted with <code>true</code> or <code>1</code>, and when disabled it is denoted with <code>false</code> or <code>0</code>. | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 03:11, 3 January 2009
A boolean value is either "on" or "off". When enabled it is denoted with true
or 1
, and when disabled it is denoted with false
or 0
.