Function: COMMON-LISP:IF

package type clhs github

IF predicate then [else]

If PREDICATE evaluates to true, evaluate THEN and return its values, otherwise evaluate ELSE and return its values. ELSE defaults to NIL.

Lambda list

(&rest sb-impl::args)