mirror of
https://github.com/hsoft/collapseos.git
synced 2025-02-06 04:26:02 +11:00
7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
: DUMP ( n a -- )
|
|
LF
|
|
SWAP 8 /MOD SWAP IF 1+ THEN
|
|
0 DO _ LOOP
|
|
;
|
|
|