Types/bool: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
Grey (talk | contribs)
No edit summary
Althalin (talk | contribs)
Expanded, crosslinked to wiki article on booleans. Removed from stub category (not much more info to add)
Line 1: Line 1:
{{stub}}
 
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