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