2007/04/22

Perl6 って好きかも

{$^x} が素敵です。

#!/usr/bin/pugs

my $fruit = ("apple", "orange", "banana");
{$^x.sort.join(",")}($fruit).say;

0 件のコメント: