Boolean
boolean, bool
(boolean truthvalue)
truthvalue (String): Valid values are "t", "T", "true", "TRUE", "True" and "1" for a true result, and "f", "F", "false", "FALSE", "False" and "0" for a false result.
Creates a boolean element with the given truth value.
Guide index