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

3 lines
74 B
Text
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
S$ = "HELLO" : REM S$ IS THE ORIGINAL STRING
C$ = S$ : REM C$ IS THE COPY