RosettaCodeData/Task/Collections/Perl-6/collections-3.pl6

3 lines
63 B
Raku
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
my $tail = d => e => f => Nil;
my $new = a => b => c => $tail;