Skip to content

identity

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

identity

Returns its argument unchanged.

(identity 69) -> 69
(identity 'foo) -> foo
(identity '(2 3)) -> (2 3)
Clone this wiki locally