1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-08 12:08:46 +10:00
collapseos/blk/462
2020-04-25 21:54:07 -04:00

10 lines
116 B
Plaintext

: DUMP ( n a -- )
LF
BEGIN
OVER 1 < IF 2DROP EXIT THEN
_
SWAP 8 - SWAP
AGAIN
;