Moritz Lenz wrote:
> Tests 34 to 36 were a bit overcritical:
> 
> (0|undef && say "not ok 34") || say "not ok 34";
> (0&undef && say "not ok 35") || say "not ok 35";
> (0^undef && say "not ok 36") || say "not ok 36";
> 
> but are easily corrected. The rest seem fine to me.

Easier said than done.
Question to p6l: do && and || autothread? Or do they collapse the
junction prior to evaluation? (I hope the latter, since I think it's
more dwimmy).

Also do prefix:<?> and prefix:<!> collapse the junction?

Cheers,
Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to