Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Curious 'rejoin behavior

From: gjones05:mail:orion at: 30-May-2001 18:31

From: "Brett Handley"
> >> source rejoin > rejoin: func [ > "Reduces and joins a block of values." > block [block!] "Values to reduce and join" > ][ > if empty? block: reduce block [return block] > append either series? first block [copy first block] [ > form first block] next block > ]
Oh, yeah, the source ... forgot about looking at the source! "Use the source, Luke." This shows the skeleton that gives the form to the explanations by Joel, Brian, and Volker. I am truly educated and enlightened at this point ... until I sleep again. :-( Thanks, Brett. --Scott Jones