Henry Baragar wrote:
> The blackjack program is an excellent example for junctions (and not so good
> for sets, IMHO).  The problem in the example above is that the calculation
> of the value of a hand was not completed.  The complete calculation is as
> follows:
>
>   my $pa = ([+] @a).eigenstates.grep{$_ <21}.max

Per the recent change to the synopses, eigenstates is now a private
method, rendering the above code invalid.

-- 
Jonathan "Dataweaver" Lang

Reply via email to