jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

Added HIDE to defer.fs #286

Closed burnsauce closed 3 years ago

burnsauce commented 3 years ago

There's probably a better place to put it, but HIDE bridges an important gap between using deferred words to hide words en masse and just needing to delete a single private word.

It is an uncomplicated way to remove any kind of word (deferred variables / values are a bit messy?) from the dictionary with no overhead penalty.