FizzBuzz in Perl 6 say $_ % 15 ?? $_ % 5 ?? $_ % 3 ?? $_ !! 'Fizz' !! "Buzz" !! q{FizzBuzz} for 0 ^..^ 31; Rakudo * http://rakudo.org/announce/rakudo-star/2010.07On behalf of the Rakudo and Perl 6 development teams, I'm happy to announce the July 2010 release of "Rakudo Star", a useful and usable distribution of Perl 6. The tarball for the July 2010 release is available from http://github.com/raku
{{#tags}}- {{label}}
{{/tags}}