Files
2026-06-20 14:49:53 +09:00

11 lines
208 B
Clojure

(defn process [items]
;^ @function.macro
; ^ @function
; ^ @variable
(let [n 1] n))
; ^ @function.macro
(def x :status)
;^ @function.macro
; ^ @function
; ^ @string.special.symbol