5 lines
47 B
Text
5 lines
47 B
Text
|
|
s1 = " a test"
|
||
|
|
s1 = "this is" + s1
|
||
|
|
|
||
|
|
println s1
|