33d37d4ce9
This allows me to reclaim some RAM I hadn't even noticed I needlessly monopolise.
10 lines
88 B
Plaintext
10 lines
88 B
Plaintext
: WS? 33 < ;
|
|
|
|
: TOWORD
|
|
BEGIN
|
|
C< DUP WS? NOT IF EXIT THEN DROP
|
|
AGAIN
|
|
;
|
|
|
|
|