Javascript Booleans
Pretty straightforward:
var APPisTrue = false;
var LIFEisGood = true;
Not much mystery here. Move along!
They are identical to booleans in Lua.
Pretty straightforward:
var APPisTrue = false;
var LIFEisGood = true;
Not much mystery here. Move along!
They are identical to booleans in Lua.