DESCRIPTIVE:
Descriptive errors

Prev:make-descriptive ( word -- )
Next:DESCRIPTIVE::


Vocabulary
descriptive

Syntax
DESCRIPTIVE: word ( inputs -- outputs ) definition ;


Word description
Defines a word such that, if an error is thrown from within it, that error is wrapped in a descriptive-error with the arguments to that word.

Definition