Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: [ nested coroutines ]
> Do you think the above code snippet could work? That is, without much > special code, can this be done in PIR? As said, coroutine's (argument passing and more) behavior isn't yet layed out and there are several possibilities for that. I'd say, just try it ;) Coroutines should much be like Closures plus the yield() functionality. leo