On Wed, Aug 22, 2012 at 11:06 AM, David Golden <xdaveg@gmail.com> wrote: > On Wed, Aug 22, 2012 at 10:58 AM, Jesse Luehrs <doy@tozt.net> wrote: > >> I agree - I'm curious to see what the actual use cases for this table >> element are, since it's the one part of this proposal that I'm still >> kind of questionable about. >> > > I assume it's for junctions: > > when ( any(@a) ~~ $b ) { ... } > > Except, of course, I mean this: when { any(@a) ~~ $b ) {...} Or this: given ( any(@a) ) { when ($b) { ... } when ($c) { ... } } -- DavidThread Previous | Thread Next