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