Macro: AAND

Source

(defmacro aand (&rest forms)
  `(and-bind it ,@forms))
Source Context