On Sun, Aug 24, 2008 at 03:00:54PM -0700, Larry Wall wrote: > : 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? > > I think it would be best if all boolean contexts collapse consistently, > and I would consider all of those to be boolean contexts. More > precisely, && and || are boolean on the left, but not on the right.
Yay! I'm assuming the same holds true for the conditional expression in C<?? !!>. Thanks, Pm