![]() |
You. Forth. Simplicity. |
reload node | edit | recent changes | front page
When a token is not found in the dictionary and can not be converted to a number, it is passed to a vectored error handler named word?
This word takes a counted string off the stack, and should return either true (if it could handle the error) or false (if it could not) on TOS. It may return other values as well.
The default is to display an error message. If you change this, the original definition will be lost (9.0 and 9.1). In 9.2 it becomes the default, so that a devector will recover it.