jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

DEFINE assigns new behaviour to a word #292

Closed burnsauce closed 3 years ago

burnsauce commented 3 years ago

Used as an alternate to IS/DEFER with no associated overhead, DEFINE/HEADER allows a word to be declared before its definition. Unlike DEFER, the word must not be used until DEFINEd.