Re: parentheses and context (was Re: state and START)

2007-11-28 Thread Larry Wall
On Wed, Nov 14, 2007 at 08:09:31PM -0600, Jonathan Scott Duff wrote: : On Nov 14, 2007 2:47 PM, Nicholas Clark <[EMAIL PROTECTED]> wrote: : : > On Sat, Sep 08, 2007 at 01:48:39PM +0100, Nicholas Clark wrote: : > > Have I got this correct? : > > : > > state @a = foo(); # Implicit START block ar

Re: parentheses and context (was Re: state and START)

2007-11-15 Thread Jonathan Scott Duff
On Nov 14, 2007 2:47 PM, Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Sat, Sep 08, 2007 at 01:48:39PM +0100, Nicholas Clark wrote: > > Have I got this correct? > > > > state @a = foo(); # Implicit START block around call and > initialisation > > state (@a) = foo(); # Implicit START