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

:

This operator is shorthand for record. It quotes every key argument.

(: x 1 y 2 z (+ 2 3))
-> (record 'x 1 'y 2 'z (+ 2 3))
-> (record: x 1 y 2 z 5)
Clone this wiki locally