September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
7
Task/Copy-a-string/BASIC/copy-a-string-6.basic
Normal file
7
Task/Copy-a-string/BASIC/copy-a-string-6.basic
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
10 A$ = "HELLO"
|
||||
20 REM COPY CONTENTS OF A$ TO B$
|
||||
30 B$ = A$
|
||||
40 REM CHANGE CONTENTS OF A$
|
||||
50 A$ = "HI"
|
||||
60 REM DISPLAY CONTENTS
|
||||
70 PRINT A$, B$
|
||||
Loading…
Add table
Add a link
Reference in a new issue