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.

12 lines
183B

  1. : .2 DUP 10 < IF SPC THEN . ;
  2. : LIST
  3. BLK@
  4. 16 0 DO
  5. I 1+ .2 SPC
  6. 64 I * BLK( + DUP 64 + SWAP DO
  7. I C@ 0x20 MAX EMIT
  8. LOOP
  9. NL
  10. LOOP
  11. ;