global toboolean
@param
tolerant
- If true
, the strings true
, yes
, on
, 1
, t
and the number 1
all turn into true
. Otherwise only true
is honoured.
Reference:
- Context Lua Documents, July 8, 2023: page 84
- Corresponding Lua source code: lualibs-boolean.lua#L18-L40