/
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.
, multiple selections available,
Related content
Logical Operators
Logical Operators
More like this
Value Types
Value Types
More like this
Operators
Operators
More like this
Equality and Inequality Operators
Equality and Inequality Operators
More like this
User data type
User data type
More like this
Variables
Variables
More like this