• Scieneer Common Lisp 1.3.9 online documentation

    assert test-form &optional places datum &rest arguments[Macro]

    Signals an error if the value of test-form is nil. Continuing from this error using the continue restart will allow the user to alter the value of some locations known to setf, starting over with test-form. Returns nil.

  •