VocabularysyntaxSyntax: foo ... ; deprecated
Word descriptionDeclares the most recently defined word as deprecated. If the
tools.deprecation vocabulary is loaded, usages of deprecated words will be noted by the
Batch error reporting system.
NotesCode that uses deprecated words continues to function normally; the errors are purely informational. However, code that uses deprecated words should be updated, for the deprecated words are intended to be removed soon.
Definition