5 lines
54 B
Text
5 lines
54 B
Text
|
|
LET a$ = "Hello"
|
||
|
|
LET a$ = a$ & " World!"
|
||
|
|
PRINT a$
|
||
|
|
END
|