Re: [RFC] assign Px, Py

2005-04-28 Thread Leopold Toetsch
Brent 'Dax' Royal-Gordon <[EMAIL PROTECTED]> wrote: > Just to de-Warnock this thread: > Leopold Toetsch <[EMAIL PROTECTED]> wrote: >> 3) PIR syntax >> >> It was already discussed a few times that we might change PIR syntax: >> >> current: >> >>Px = Pyset Px, Py alias Px an

Re: [RFC] assign Px, Py

2005-04-27 Thread Brent 'Dax' Royal-Gordon
Just to de-Warnock this thread: Leopold Toetsch <[EMAIL PROTECTED]> wrote: > 3) PIR syntax > > It was already discussed a few times that we might change PIR syntax: > > current: > >Px = Pyset Px, Py alias Px and Py >Px = assign Py assign Px, Py copy values

[RFC] assign Px, Py

2005-04-22 Thread Leopold Toetsch
During conversion of the MMD functions the last attacked group (logical_or, _and, _xor) turned out to be the toughest. Not because of the functionality per se, but due to the fact that a passed in destination PMC ought to get the value of the result. 1) semantics of assign This is achieved by V