typeof
builtin-function
(typeof expr)
Returns the runtime type of expr.
expr
make-html > (typeof 123) it: #<type System.Int32> make-html > (typeof "hello") it: #<type System.String>