6 lines
48 B
Crystal
6 lines
48 B
Crystal
|
|
s1 = "hello"
|
||
|
|
s2 = s1 + " world!"
|
||
|
|
|
||
|
|
pp! s1
|
||
|
|
pp! s2
|