On 2013-06-21 02:04PM, Marcos Cruz wrote: >I supposed 'everychar' was a mere hook for the programmer, but not >used by Gforth itself -- and I didn't check it. Now I see it's vectored >to 'kill-prefix'.
Yeah... Most of the hooks in gforth that I have come across seem to be there because they're used internally, so I'd say you're best off always using `defers`. --Josh
