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