Pity.
________________________________
From: Andrew Clarke <[email protected]>
To: David Gamey <[email protected]>
Cc: [email protected]
Sent: Tue, September 14, 2010 8:07:53 PM
Subject: Re: [Unicon-group] augmented assignments are not invocable
On Wed, 15 Sep 2010 07:30:54 David Gamey wrote:
> Folks,
>
> Just an observation and possible inconsistency. The last iteration
> gets runerr(106). It seems inconsistent that assignment is
> allowable but augmented assignments are not. Can this get added to
> an enhancement list?
>
from memory, they're implemented by using a "dup" bytecode and then
"expanding"
a := b
bytecodes for a
bytecodes for b
bytecode for assign
a ||:= b
bytecodes for a
dup
bytecodes for b
bytecode for ||
bytecode for assign
so technically, the runtime doesn't know about assignment ops.
could be wrong though...------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group