4 lines
59 B
Text
4 lines
59 B
Text
|
|
10 LET A$ = " World!"
|
||
|
|
20 LET A$ = "Hello" + A$
|
||
|
|
30 PRINT A$
|