Boolean
Source function string.isBool() returns boolean
Source
 function string.toBool() returns boolean
Source
 Converts this string into a boolean 
 function int.toBool() returns boolean
Source
 Converts this int into a boolean 
 function boolean.toInt() returns int
Source
 Converts this boolean into an int 
 function boolean.toString() returns string
Source
 Converts this boolean into a string 
 function xor(boolean a, boolean b) returns boolean
Source
 function boolean.xor(boolean other) returns boolean
Source