1 2 3 4 5 6 7 8 9 10
(defn process [items] ;^ @function.macro ; ^ @function ; ^ @variable (let [n 1] n)) ; ^ @function.macro (def x :status) ;^ @function.macro ; ^ @function ; ^ @string.special.symbol