Returns the anchor tag on http://clojure.org/special_forms for the
special form x, or nil
(defn special-form-anchor
"Returns the anchor tag on http://clojure.org/special_forms for the
special form x, or nil"
{:added "1.0"}
[x]
(#{'. 'def 'do 'fn 'if 'let 'loop 'monitor-enter 'monitor-exit 'new
'quote 'recur 'set! 'throw 'try 'var} x))
Comments top
No comments for special-form-anchor. Log in to add a comment.