The Sidef programming language
Ctrl
K
Copy
Programming tasks
S
String append
Copy
var str
=
'Foo'
str
+=
'bar'
say str
Output:
Copy
Foobar
Previous
Stream merge
Next
String case
Last updated
2 years ago
Was this helpful?