On Fri, Jan 2, 2009 at 8:35 PM, Michel Fortin <michel.for...@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.

Reply via email to