Skip to content
Turtle Kitty edited this page Aug 9, 2015 · 1 revision

isa?

Checks if an object is of the given type.

(isa? 2 'int) -> true
(isa? 2 'text) -> false
(isa? "foo" 'text) -> true
Clone this wiki locally