mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 17:30:55 +11:00
b760c2d353
This makes [entry] much simpler. Also, remove unused LITS word.
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
: SCPY
|
|
BEGIN ( a )
|
|
C@+ ( a+1 c )
|
|
DUP NOT IF 2DROP EXIT THEN
|
|
C, ( a c )
|
|
AGAIN ;
|