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?


invocable all

procedure main()
&trace := -1

x := "ABC"
y := "D"

every op := ":=" | "||" | "||:=" do {
   writes("Testing ",image(op),"(", image(x), ",", image(y),") = ")
   write(op(x,y))
   }
end

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

Reply via email to