5 lines
62 B
Text
5 lines
62 B
Text
|
|
S$="Hello"
|
||
|
|
S$+=" World!"
|
||
|
|
PRINT S$
|
||
|
|
END
|