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.

15 lines
327B

  1. : X:
  2. (xentry) 1 ( compiled ) C,
  3. BEGIN WORD
  4. XCURRENT @ SWAP ( xcur w ) _find ( a f )
  5. IF ( a )
  6. DUP IMMED? IF ABORT THEN
  7. _xapply ,
  8. ELSE ( w )
  9. 0x02 RAM+ @ SWAP ( cur w ) _find ( a f )
  10. IF DUP IMMED? NOT IF ABORT THEN EXECUTE
  11. ELSE (parse) XLITN THEN
  12. THEN
  13. AGAIN
  14. ;