mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:20:56 +11:00
10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
: DUMP ( n a -- )
|
|
LF
|
|
BEGIN
|
|
OVER 1 < IF 2DROP EXIT THEN
|
|
_
|
|
SWAP 8 - SWAP
|
|
AGAIN
|
|
;
|
|
|