Hi Ladislav,

On Thursday, May 11, 2006, 5:54:02 PM, you wrote:

LM> The reentrancy I mean does not necessarily refer to multitasking. It is
LM> a question whether this test (or similar, more complicated tests) pass
LM> or fail:

LM> collect x [
LM>     probe collect y [
LM>         foreach i [1 2] [
LM>             x: i
LM>             y: negate i
LM>         ]
LM>     ]
LM> ]

Hmm,  but  this  is  a  different  matter,  being  able to address
different output blocks at the same time. So we need to figure out
if  it's  more useful to be able to do the above, or to be able to
do:

do-something: does [
    repeat i 10 [emit i]
]

collect [do-something]

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  ---  http://www.rebol.com/
Colella Chiara software division --- http://www.colellachiara.com/

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to