Boolean: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Justinms66 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{otherlang2| | {{otherlang2| | ||
ru = Boolean:ru}}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>. | ru = Boolean:ru}}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>. | ||
To perform a Boolean operation in hammer, see [[Reshaping_Solids#Carving]] | |||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 13:58, 21 February 2010
Template:Otherlang2A 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
.
To perform a Boolean operation in hammer, see Reshaping_Solids#Carving