1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 19:08:46 +10:00
collapseos/blk/440

10 lines
147 B
Plaintext
Raw Normal View History

: 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 ;