Difference between revisions of "boolean"

(Created page with 'The boolean type has two values, false and true, which represent the traditional boolean values. See [http://www.lua.org/pil/2.2.html Programming in Lua].')
 
Line 1: Line 1:
 
The boolean type has two values, false and true, which represent the traditional boolean values. See [http://www.lua.org/pil/2.2.html Programming in Lua].
 
The boolean type has two values, false and true, which represent the traditional boolean values. See [http://www.lua.org/pil/2.2.html Programming in Lua].
 +
 +
[[Category:Data Types]][[Category:Lua]]

Revision as of 07:49, 9 June 2010

The boolean type has two values, false and true, which represent the traditional boolean values. See Programming in Lua.