Best shuffle: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|AWK}}: Fix link and comments: Perl 6 --> Raku)
Line 201: Line 201:
This program has the same output as the Icon and Unicon program.
This program has the same output as the Icon and Unicon program.


{{trans|Perl 6}}
{{trans|Raku}}
The Perl 6 program (and the equivalent Ruby program) use several built-in array functions. Awk provides no array functions, except for split(). This Awk program, a translation from Perl 6, uses its own code
The Raku program (and the equivalent Ruby program) use several built-in array functions. Awk provides no array functions, except for split(). This Awk program, a translation from Raku, uses its own code


* to sort an array,
* to sort an array,