Q: Junctions send+more=money

2005-02-26 Thread Markus Laire
I have two questions about this example code (taken from http://svn.openfoundry.org/pugs/examples/sendmoremoney.p6) (btw, a really nice example of how to use junctions - just try to write this in perl5 :) #!perl6 use v6; my $s; my $e; my $n; my $d; my $m; my $o; my $r; my $y; $s =

Re: Q: Junctions send+more=money

2005-02-26 Thread Rod Adams
Markus Laire wrote: I have two questions about this example code (taken from http://svn.openfoundry.org/pugs/examples/sendmoremoney.p6) I have a few issues with this code. Or at least observations of how it differs from the classic SEND + MORE = MONEY problem. see below. #!perl6 use v6; my $s;