On Fri, Jan 2, 2009 at 8:35 PM, Michel Fortin <michel.fortin at michelf.com> wrote: > > How's this different from > > case a*.b: > > is this: > > case ((a*).b): > > or is it: > > case ((a) * (.b)): What the heck is ((a*).b)? * is not a postfix operator.