*error*


(*error*  msg)

This pre-defined and built-in Lisp function is the default Lisp error handler, can be overridden and should be restored.

Arguments

msg  error message to be printed

Return

none / void

Example

(setq oldError *error*) (setq *error* MyErrorFunction) ...... (setq *error* oldError)

Remarks

To prevent a damaged *error* handler, BricsCAD LISP always restores the original, built-in *error* function, after the outermost Lisp processing is finished



©  Bricsys NV. All rights reserved.