6 lines
51 B
Text
6 lines
51 B
Text
|
|
......
|
||
|
|
S$=" World!"
|
||
|
|
S$="Hello"+S$
|
||
|
|
PRINT(S$)
|
||
|
|
......
|