Boolean: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| m (spam revert) | VitrcRicda (talk | contribs)   (monmon) | ||
| Line 1: | Line 1: | ||
| darrolaclibo | |||
| A '''boolean''' is a data type that is either enabled or disabled. In code, it can be denoted by the keywords <tt>true</tt> and <tt>false</tt>. Otherwise, it is denoted as <tt>1</tt> for enabled and <tt>0</tt> for disabled. | A '''boolean''' is a data type that is either enabled or disabled. In code, it can be denoted by the keywords <tt>true</tt> and <tt>false</tt>. Otherwise, it is denoted as <tt>1</tt> for enabled and <tt>0</tt> for disabled. | ||
| [[Category:Glossary]] | [[Category:Glossary]] | ||
Revision as of 13:25, 12 February 2008
darrolaclibo A boolean is a data type that is either enabled or disabled. In code, it can be denoted by the keywords true and false. Otherwise, it is denoted as 1 for enabled and 0 for disabled.