|  | 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-error
consists 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. |