Buddha Buck <[EMAIL PROTECTED]> writes:

> Bart Lateur <[EMAIL PROTECTED]> writes:
> 
> > On Wed, 25 Apr 2001 15:52:47 -0600 (MDT), Dan Brian wrote:
> > So why not
> > 
> >     $object!method("foo", "bar");
> 
> In my opinion, because it doesn't provide sufficient visual
> distinction between $object and method().  At a glance, especially on
> a crowded page, it's similar in appearance to $objectImethod, for
> instance.  $object.method() has a visual separator (although I'd
> prefer $object->method()).
> 
> How about borrowing from Objective C?
> 
>        [$object method("foo", "bar")];

How do you create an anonymous list now then? Not that I object to
borrowing from Objective C you realise.

-- 
Piers Cawley
www.iterative-software.com

Reply via email to