• Scieneer Common Lisp 1.3.9 online documentation

    apply function arg &rest args[Function]

    Applies function to a list of arguments produced by evaluating args in the manner of list*. That is, a list is made of the values of all but the last argument, appended to the value of the last argument, which must be a list.

  •