4 lines
51 B
Text
4 lines
51 B
Text
|
|
10 S$ = "HELLO"
|
||
|
|
20 S$ = S$ + " WORLD!"
|
||
|
|
30 PRINT S$
|