We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)