* Gabriele Santilli <[EMAIL PROTECTED]> [060511 11:03]:
> 
> Hi Volker,
> 
> On Thursday, May 11, 2006, 7:49:46 PM, you wrote:
> 
> VN> Local use is more important IHMO. As you said, its for this
> VN>     fn: func [series /local res] [
> VN>         res: copy []
> VN>         foreach val series [append res val]
> VN>         res
> VN>     ]
> VN> which occurs very often.
> 
> Mine can do both. :)
> 
> What  we  need  to  decide is whether being able to address two or
> more  blocks  at  once  is useful or not. I guess we can have both
> kinds  of COLLECT anyway, mine is just a few lines so I don't mind
> if it's not built in. :)
 
  The usage of a function like 'collect or 'yield, whatever you should
  choose to call it, really *fits* with so much of rebol interative
  operations that I would recommend that it be 'built in' - and by that,
  I mean compiled into the interpreter. 

  MTCW
  tim

-- 
Tim Johnson <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to