Types/bool: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				 Expanded, crosslinked to wiki article on booleans. Removed from stub category (not much more info to add)  | 
				||
| Line 1: | Line 1: | ||
A variable type which can have one of two values: "true" or "false"  | A variable type which can have one of two values: "true" or "false"; also noted as "1" or "0", "ON" or "OFF".  | ||
Used in Boolean algebra, which is the foundation of digital logic and processing.   | |||
Wikipedia has a comprehensive article on [http://en.wikipedia.org/wiki/Boolean Booleans]  | |||
Revision as of 13:51, 8 July 2016
A variable type which can have one of two values: "true" or "false"; also noted as "1" or "0", "ON" or "OFF".
Used in Boolean algebra, which is the foundation of digital logic and processing.
Wikipedia has a comprehensive article on Booleans