4 lines
43 B
Text
4 lines
43 B
Text
|
|
s$ = "String"
|
||
|
|
s$ = s$ + " append"
|
||
|
|
Print s$
|