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
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
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(
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