program-error (original) (raw)
ANSI Common Lisp 5 Data and Control Flow
5.3 Dictionary of Data and Control Flow
5.3.68 program-error | Condition Type |
---|
Class Precedence List:
program-error,error,serious-condition,condition,t
Description:
The type program-errorconsists of error conditions related to incorrect program syntax. The errors that result from naming a go tag or a _block tag_that is not lexically apparent are of type program-error.
Allegro CL Implementation Details:
None.