Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
147B

  1. : BS 8 EMIT ;
  2. : LF 10 EMIT ;
  3. : CR 13 EMIT ;
  4. : CRLF CR LF ;
  5. : SPC 32 EMIT ;
  6. : (wnf) (print) SPC ABORT" word not found" ;
  7. : (ok) SPC ." ok" CRLF ;