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

[REBOL] Re: FW: Re: [append][series]Appending to a series of strings

From: brett:codeconscious at: 20-Nov-2003 22:43

Hi Ladislav,
> Hi, my solution using Parse (I think, that it is much faster, than other > solutions): > > scores: clear [] > loop 30 [append scores random 20] > group: [p: set i integer! any i q: (print ["score:" i "tallies:" > offset? p q])] > parse probe sort scores [any group]
That was so lateral I fell over. Just brilliant. Regards, Brett.