in reply to Re: Nested Quantum::Superpositions
in thread Nested Quantum::Superpositions
But this doesn't:if (any(any("tall", "rich")) eq all("tall", "rich")) { print "yes\n"; }
Methinks there's a bug lurking in there, but then, you were warnedif (any(any("tall", "rich")) eq any(all("ugly"), all("tall", "rich"))) + { print "yes\n"; }
|
|---|