5 lines
42 B
Text
5 lines
42 B
Text
|
|
s1="Hello"
|
||
|
|
s1+" world!"
|
||
|
|
s2=s1+" world"
|
||
|
|
s2
|