5 lines
58 B
Text
5 lines
58 B
Text
|
|
> (set s "world")
|
||
|
|
"world"
|
||
|
|
> (++ "hello " s)
|
||
|
|
"hello world"
|