Boolean..Root.BooleanConstructs new Boolean.
Boolean of value falseBoolean type signatures:Object, Basic, Boolean
NativeCallable, Callable, Class
toString converts logical value to string, returns new StringtoInt converts logical value to integer, returns new InttoDouble converts logical value to floating point number, returns new DoubletoBoolean equivalent of copy== compares two logical values, returns new Boolean! negates value of this, returns new Boolean&& performs logical and, returns new Boolean|| performs logical or, returns new Booleanlog(true, false, "a".==("a"));