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.
These are either true or false.
local APPbool = true;
local EMRisPatient = false;
Very easy to understand and equivalent to boolean values in Javascript.