Major Section: PROGRAMMING
Or
is the macro for disjunctions. Or
takes any number of
arguments and returns the first that is non-nil
, or nil
if
there is no non-nil
element.
Or
is a Common Lisp macro. See any Common Lisp documentation
for more information.