4 lines
44 B
Text
4 lines
44 B
Text
|
|
s$ = "prepend"
|
||
|
|
s$ = "String " + s$
|
||
|
|
Print s$
|