Iterating over more than one array in parallel
sort values
xx - string multiplicatorexamples/arrays/xx.p6 #!/usr/bin/perl6
use v6;
my @moose = "moose" xx 3;
say "{@moose}";
Copyright 2006, 2007, 2008, 2009, 2010 Gabor Szabo http://szabgab.com/ Index | TOC |
Follow me: