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