(defn comment? "Returns true if form is a (comment ...)" [form] (and (list? form) (= 'comment (first form))))
Comments top
No comments for comment?. Log in to add a comment.