Lua Programming/truth
Appearance
In lua, expressions of truth evaluate to a boolean value of true or false. In lua, all values are true, except nil and false.
Lua provides keywords for true and false
[edit | edit source]The lua programming language provides the keywords true and false to represent values of truth in an expression.