6 lines
47 B
Text
6 lines
47 B
Text
|
|
a: "Hello, "
|
||
|
|
b: a ++ "world!"
|
||
|
|
|
||
|
|
print a
|
||
|
|
print b
|