2020-04-26 08:47:29 -04:00
|
|
|
WORD -- a Read one word from buffered input and push its
|
|
|
|
addr.
|
2020-04-14 10:04:09 -04:00
|
|
|
There are also ascii const emitters:
|
2020-05-04 08:10:18 -04:00
|
|
|
BS CR LF SPC CRLF
|
|
|
|
NL is an indirect word (see B80) that aliases to CRLF by
|
|
|
|
default and that should generally be used when we want to emit
|
|
|
|
a newline.
|
2020-04-14 10:04:09 -04:00
|
|
|
|
|
|
|
|
2020-04-16 19:44:17 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|