4 lines
58 B
Text
4 lines
58 B
Text
|
|
string$ = "Lang"
|
||
|
|
string$ = "Easy" & string$
|
||
|
|
print string$
|