Next: , Previous: storage-condition, Up: Conditions Dictionary



9.2.10 assert [Macro]

assert test-form [({place}*) [datum-form {argument-form}*]]
=> nil

Arguments and Values::

test-form—a form; always evaluat0000644000000000000000000000460110156447650022037 0ustar rootroot00000000000000 cell-error - ANSI and GNU Common Lisp Document

Next: , Previous: error (Condition Type), Up: Conditions Dictionary



9.2.6 cell-error [Condition Type]

Class Precedence List::

cell-error, error, serious-condition, condition, t

Description::

The type cell-error consists of error conditions that occur during a location access. The name of the offending cell is initialized by the :name initialization argument to make-condition, and is accessed by the function cell-error-name.

See Also::

cell-error-name ./usr/share/doc/gclcvs-doc/gcl/cell_002derror_002dname.html0000644000000000000000000000556310156447650023435 0ustar rootroot00000000000000 cell-error-name - ANSI and GNU Common Lisp Document

Next: , Previous: cell-err