1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-06 09:50:56 +11:00
collapseos/blk/440

12 lines
244 B
Plaintext
Raw Normal View History

: (uflw) ABORT" stack underflow" ;
: BS 8 EMIT ;
: LF 10 EMIT ;
: CR 13 EMIT ;
: CRLF CR LF ;
: SPC 32 EMIT ;
2020-05-04 22:10:18 +10:00
: NL 0x0a RAM+ @ ( NLPTR ) DUP IF EXECUTE ELSE DROP CRLF THEN ;
: (wnf) (print) SPC ABORT" word not found" ;
2020-05-04 22:10:18 +10:00
: (ok) SPC ." ok" NL ;