**''AND''** ''AND'' is next LISP macro, implemented as a special form in LabLISP. Accepts any number of arguments. The arguments are evaluated in sequence, until one of them returns ''NIL''. In that case the rest is ignored and whole form returns ''NIL''. Eventually, the result of the last form is returned. (and f1 f2 f3) ; syntax of AND See also ''IF'', ''PROGN'', ''WHEN'', ''UNLESS'', ''OR''