# shuffle the deck @deck .= pick(*);
This is the short form of
@deck = @deck.pick(*);
Open Source Projects |
Rakudo Perl 6 Confessions of an open source project leader |
#107 |
# shuffle the deck @deck .= pick(*);
This is the short form of
@deck = @deck.pick(*);
Copyright © 2009 http://www.pmichaud.com/2009/pres/ |