On Mon, Apr 19, 2004 at 07:01:34PM +0200, Juerd wrote: : Abhijit A. Mahabal skribis 2004-04-19 11:00 (-0500): : > when Dog: ... : > when Array: ... : : Shouldn't that be: : : when Dog { ... } : when Array { ... }
Yes, that's how it should be written. : Or is there some .when that I have not yet heard of? Nope. I was just reading the previous as pseudocode, so I didn't say anything about it. Larry