bool
Convert a value to boolean.
bool(x) → Boolean value
isa
Test if a value is an instance of a type.
isa(x, T) → true if x is of type T
typename
Get the human-readable type name of a value.
typename(x) → Type name string
typeof
Get the type tag of a value.
typeof(x) → Type tag string