1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-19 07:48:45 +10:00
collapseos/blk/444

10 lines
147 B
Plaintext
Raw Normal View History

2020-04-26 11:54:07 +10:00
: BS 8 EMIT ;
: LF 10 EMIT ;
: CR 13 EMIT ;
: CRLF CR LF ;
: SPC 32 EMIT ;
: (wnf) (print) SPC ABORT" word not found" ;
: (ok) SPC ." ok" CRLF ;