Returns the anchor tag on http://clojure.org/special_forms for the
special form that uses syntax symbol x, or nil
(defn syntax-symbol-anchor
"Returns the anchor tag on http://clojure.org/special_forms for the
special form that uses syntax symbol x, or nil"
{:added "1.0"}
[x]
({'& 'fn 'catch 'try 'finally 'try} x))
Comments top
No comments for syntax-symbol-anchor. Log in to add a comment.