Rosettacode tasks in Perl 6
Search...
Ctrl + K
Programming tasks
S
String append
Copy
my $str = "foo";
$str ~= "bar";
say $str;
Output:
Copy
foobar
Previous
Stream merge
Next
String case
Last updated
1 year ago
Was this helpful?