mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:10:55 +11:00
bd38d80f9c
and renamed it "Core words". Also, reworded the presentation.
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 ;
|