hi,
> > So how is that different from:
> >
> > do BLOCK1 until do BLOCK2
>
> It's the same.
> But the real fun starts when blocks and functions can suspend and
> resume.
>
> { ...
> # Return value and suspend.
> suspend $i;
> # Next iteration will resume here
> ...
> } andthen { ... };
>
> -- Johan
]- <BIG GREEN> .... hmmmmm....
I will say wrong point of view. Why ?
You are looking at this code at "Procedure semantic side" of view.
Let'see how this look to me... "declarative guy" :")
"Suspend" works for me like "INBLOCK CUT".
I will ask what will happen in recursive block if you place the "end
conditions" before suspend :")
=====
iVAN
[EMAIL PROTECTED]
=====