eefbf66e95
When writing the xcomp documentation, I realized that with careful threading and by accepting a bit of code duplication in the xcomp toolset, I could de-stabilize a couple of words. (n) and EXIT are a bit trickier, but I think it can be done. It would be nice to get rid of stable wordrefs...
4 lines
123 B
Plaintext
4 lines
123 B
Plaintext
: XAGAIN LIT< (br) XFIND , H@ - C, ;
|
|
: XUNTIL LIT< (?br) XFIND , H@ - C, ;
|
|
: XLIT< LIT< (s) XFIND , WORD DUP C@ 1+ MOVE, ;
|