mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:00:55 +11:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
: SCPY
|
|
BEGIN ( a )
|
|
C@+ ( a+1 c )
|
|
?DUP NOT IF DROP EXIT THEN
|
|
C, ( a c )
|
|
AGAIN ;
|