Difference between revisions of "Boolean"

From Mario Fan Games Galaxy Wiki
(Created page with ''''Boolean''' values are those that may hold one of two truth values: 'true' or 'false'. However, in some languages this may be represented in some other way, such as '1' or '0'.…')
 
(Replaced content with '{{Delete|reason=Merged into Data Types.}}')
Line 1: Line 1:
'''Boolean''' values are those that may hold one of two truth values: 'true' or 'false'. However, in some languages this may be represented in some other way, such as '1' or '0'. Although a boolean value only requires one bit of storage, it is more often implemented as some other datatype; despite this, some languages support '''bit fields''', which store as many booleans as possible in a single larger datatype, usually in such a way as to be transparent to the programmer.
+
{{Delete|reason=Merged into [[Data Types]].}}
 
 
[[Category:Fangame Terms]]
 

Revision as of 20:26, 17 October 2010

 Black!box.gif Deletion of this page has been requested for the following reason:

Merged into Data Types.

Do not remove this message box without good reason.
If you contest this article's deletion, discuss it on the talk page.