mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 19:20:55 +11:00
10 lines
147 B
Plaintext
10 lines
147 B
Plaintext
|
: 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 ;
|
||
|
|