bars
Rosettacode tasks in Perl 6
search
circle-xmark
⌘
Ctrl
k
copy
Copy
chevron-down
Programming tasks
chevron-right
S
String append
Copy
my
$
str
=
"
foo
"
;
$
str
~=
"
bar
"
;
say
$
str
;
hashtag
Output:
Copy
foobar
Previous
Stream merge
chevron-left
Next
String case
chevron-right
Last updated
2 years ago