[M3devel] ProcessEachStack duplicates StopWorld/StartWorld?

Dragiša Durić dragisha at m3w.org
Sat Apr 28 11:29:11 CEST 2012


I think it can. I've fixed that loop also, just to be sure :).

On Apr 28, 2012, at 11:10 AM, Jay K wrote:

> Tony, can ProcessEachStack not have all the stop/start code
> duplicated and instead look more like:
> 
> 
> StopWorld
> act := me.next;
> WHILE act # me DO
>   ProcessOther(act)
>   act := act.next;
> END
> StartWorld
> 
> 
> ?
> 
>  - Jay

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20120428/9222595e/attachment-0002.html>


More information about the M3devel mailing list