uce/doc/pages/concat.txt
2022-04-18 23:37:21 +00:00

12 lines
178 B
Plaintext

:sig
String concat(...vals)
:params
...val : one or more values that should be concatenated
:desc
Returns a string with all the parameters concatenated into one.
:see
>string