Wolfgang Meyer wrote:
[...]
I also like this short version of the code which I found in the Mozart sources a while ago:

declare
P
thread
 for Msg in {NewPort $ P} do
   {Browse Msg}
 end
end

nice one, and simple to read.


With this code, there is no temptation to make the scope of the stream too wide.

indeed.

cheers
Boriss


Cheers,
 Wolfgang

_________________________________________________________________________________ mozart-users mailing list [email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to