Hi Holger,

On Thursday, April 25, 2002, 12:05:17 AM, you wrote:

HK> any [
HK>         func1
HK>         to-none count: count + 1
HK>         func2
HK>         to-none count: count + 1
HK>         func3
HK>         ...
HK> ]

That  seems useful, indeed! BTW, since we are at it, would that be
more efficient than:

    any [
        func1
        (count: count + 1 none)
        func2
        (count: count + 1 none)
        func3
        ...
    ]

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to