Difference between revisions of "boolean"
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | From the Lua 5.1 [http://www.lua.org/manual/5.1/manual.html#2.2 reference manual §2.2]: | |
− | [[ | + | Boolean is the type of the values false and true. Both [[nil]] and false make a condition false; ''any'' other value makes it true. |
+ | |||
+ | [[Category:Lua]] | ||
+ | == Other Languages == | ||
+ | {{i18n|boolean}} |
Latest revision as of 23:07, 5 February 2012
From the Lua 5.1 reference manual §2.2:
Boolean is the type of the values false and true. Both nil and false make a condition false; any other value makes it true.
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info