RosettaCodeData/Task/Reverse-a-string/Perl-6/reverse-a-string.pl6

4 lines
145 B
Raku
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
say "hello world".flip;
2019-09-12 10:33:56 -07:00
say "asdf̅".flip;
say 'ΑΩ 🤔 🇸🇧 🇺🇸 🇬🇧 👨👩👧👦🆗🗺'.flip;