1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-29 00:20:20 +10:00
collapseos/blk/445

7 lines
76 B
Plaintext
Raw Normal View History

2020-04-26 11:54:07 +10:00
: DUMP ( n a -- )
LF
SWAP 8 /MOD SWAP IF 1+ THEN
0 DO _ LOOP
2020-04-26 11:54:07 +10:00
;