3 lines
74 B
Text
3 lines
74 B
Text
|
|
S$ = "HELLO" : REM S$ IS THE ORIGINAL STRING
|
||
|
|
C$ = S$ : REM C$ IS THE COPY
|