4 lines
69 B
Text
4 lines
69 B
Text
> (set s "world")
|
|
"world"
|
|
> (string:concat "hello " s)
|
|
"hello world"
|