Boolean: Difference between revisions
Jump to navigation
Jump to search
Created page with '{{header}} The term '''boolean''', sometimes shortened to ''bool'', refers to a value that can have two (sometimes three) values; ''true'', ''false'' and sometimes ''null'' or '…' |
No edit summary |
||
Line 1: | Line 1: | ||
{{header}} | {{header}} | ||
The term | The term ''boolean'', sometimes shortened to ''bool'', refers to a value that can have two (sometimes three) values; ''true'', ''false'' and sometimes ''null'' or ''undefined''. Generally speaking though, a boolean value is either "true" or "false" and can be thought of as a type of switch; '''on''' or '''off''. | ||
Boolean values can be represented in several ways; | Boolean values can be represented in several ways; |
Latest revision as of 01:57, 12 October 2009
Alteeve Wiki :: Boolean |
The term boolean, sometimes shortened to bool, refers to a value that can have two (sometimes three) values; true, false and sometimes null or undefined. Generally speaking though, a boolean value is either "true" or "false" and can be thought of as a type of switch; on' or off.
Boolean values can be represented in several ways;
- TRUE, 1, t ...
- FALSE, 0, f ...
Any questions, feedback, advice, complaints or meanderings are welcome. | |||
Alteeve's Niche! | Alteeve Enterprise Support | Community Support | |
© 2025 Alteeve. Intelligent Availability® is a registered trademark of Alteeve's Niche! Inc. 1997-2025 | |||
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions. |