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

[REBOL] Re: Parsing query. Even Better example.

From: rebol:laurent-chevalier at: 28-Feb-2003 18:03

Well, the same solution but without using the word 'first unlike my previous post. n: copy [] result: n parse str [ any [ "=> " copy data to "," (append n data) | "Section" thru newline copy data to "," ( append/only result compose[(data)] n: last result ) | skip ] ] probe result Laurent http://www.shlik.org Terry Brownell wrote: