Skip to content
TurtleKitty edited this page May 12, 2019 · 2 revisions

:

This operator is shorthand for table. It quotes every key argument while evaluating the value arguments.

(: x 1 y 2 z (+ 2 3))   ; #(table z 5 y 2 x 1)
Clone this wiki locally