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

parentheses and context (was Re: state and START)

2007-11-14 Thread Nicholas Clark
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 block around call and > initialisation > (state @a) = foo(); # foo(

state and START

2007-09-08 Thread Nicholas Clark
Have I got this correct? state @a = foo(); # Implicit START block around call and initialisation state (@a) = foo(); # Implicit START block around call and initialisation (state @a) = foo(); # foo() called every time, assignment every time There's this small bit of fun that in the