/
Lua Boolean Type

Lua Boolean Type

These are either true or false.

local APPbool = true; local EMRisPatient = false;

Very easy to understand and equivalent to boolean values in Javascript.

Related content

The core eight types in Lua.
The core eight types in Lua.
More like this
Example code showing the eight basic types in Lua
Example code showing the eight basic types in Lua
More like this
Lua nil type
Lua nil type
More like this
Value Types
More like this
Operators
More like this
Equality and Inequality Operators
Equality and Inequality Operators
More like this