5 lines
93 B
Text
5 lines
93 B
Text
| concatenate a string
|
|
|
|
'The quick brown fox ' $s
|
|
+ 'jumped over the lazy moon.' $s
|
|
$s []
|