Xcriber51
2008-09-15 17:35:12 UTC
Hi
I just saw this report...
http://www.inf.ethz.ch/personal/wirth/Articles/OberonARM/PortingOberon.pdf
..on Oberone-07, and saw in it the inclusion of Dijkstra's multi-branc
while construct. Which was great news :) I was wondering whether Prof
Wirth had included the much needed multiple assignment construct, as wel
(because it really gets tedious to write "swap" routines for ever
different type, and multiple ":=" (becomes) operators):
x, y, z := z, y, x;
i, j := i+1, j-1;
etc.
Also, does BlackBox 1.6 release candidate include the aforementioned ne
construct?
Thanks!
I just saw this report...
http://www.inf.ethz.ch/personal/wirth/Articles/OberonARM/PortingOberon.pdf
..on Oberone-07, and saw in it the inclusion of Dijkstra's multi-branc
while construct. Which was great news :) I was wondering whether Prof
Wirth had included the much needed multiple assignment construct, as wel
(because it really gets tedious to write "swap" routines for ever
different type, and multiple ":=" (becomes) operators):
x, y, z := z, y, x;
i, j := i+1, j-1;
etc.
Also, does BlackBox 1.6 release candidate include the aforementioned ne
construct?
Thanks!
--
-
Message posted using http://www.talkaboutprogramming.com/group/comp.lang.oberon
More information at http://www.talkaboutprogramming.com/faq.htm
-
Message posted using http://www.talkaboutprogramming.com/group/comp.lang.oberon
More information at http://www.talkaboutprogramming.com/faq.htm