RosettaCodeData/Task/Copy-a-string/BASIC/copy-a-string-2.basic

3 lines
74 B
Plaintext

S$ = "HELLO" : REM S$ IS THE ORIGINAL STRING
C$ = S$ : REM C$ IS THE COPY