1.) Is this a typical error function ?
2.) How this works? (when there is error on my code, this will break the program correct)
(defun *error* (errmsg)
(if (not (wcmatch errmsg "Function cancelled,quit / exit abort,console break"))
(prompt (strcat "\nError: " errmsg))
); if
3.) Can i add this to my lisps, if required when it's required to update further . . .