tobool
Example
Demonstrate the output of this function with various values.
Output: boolean true: true
boolean false: false
string true: true
string false: false
numeric 0: false
string 0: false
string 1: true
nil: false
text string: true
empty string: true
table: true
empty table: true