Reference

Casting

To number
Input An argument of any type.
Output The argument converted to a number.
To integer
Input An argument of any type.
Output The argument converted to an integer.
To decimal
Input An argument of any type.
Output The argument converted to a decimal number.
To string
Input An argument of any type.
Output The argument converted to a string.
To boolean
Input An argument of any type.
Output The argument converted to a boolean.
To list
Input An argument of any type.
Output The argument converted to a list.
Is number
Input An argument of any type.
Output True if the argument is a number. False otherwise.
Is integer
Input An argument of any type.
Output True if the argument is an integer. False otherwise.
Is decimal
Input An argument of any type.
Output True if the argument is a decimal number. False otherwise.
Is infinite
Input An argument of any type.
Output True if the argument is infinite. False otherwise.
Is string
Input An argument of any type.
Output True if the argument is a string. False otherwise.
Is boolean
Input An argument of any type.
Output True if the argument is a boolean. False otherwise.
Is timestamp
Input An argument of any type.
Output True if the argument is a timestamp. False otherwise.
Is function
Input An argument of any type.
Output True if the argument is a function. False otherwise.
Is list
Input An argument of any type.
Output True if the argument is a list. False otherwise.
Is map
Input An argument of any type.
Output True if the argument is a map. False otherwise.
Is vector
Input An argument of any type.
Output True if the argument is a vector. False otherwise.
Is set
Input An argument of any type.
Output True if the argument is a set. False otherwise.
Is stack
Input An argument of any type.
Output True if the argument is a stack. False otherwise.
Is queue
Input An argument of any type.
Output True if the argument is a queue. False otherwise.