Bool
true # A Boolean value that is true
false # A Boolean value that is falseBool(1) # true
Bool(0) # falseLast updated
true # A Boolean value that is true
false # A Boolean value that is falseBool(1) # true
Bool(0) # falseLast updated