8f3891f7d3
This allows us to remove one layer of indirection in (wnf). This is possible now that EMIT is a switch word.
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
: (parse) ( a -- n )
|
|
_pc IF EXIT THEN
|
|
_ph IF EXIT THEN
|
|
_pb IF EXIT THEN
|
|
_pd IF EXIT THEN
|
|
( nothing works )
|
|
(wnf)
|
|
;
|