[REBOL] Re: FW: Re: [append][series]Appending to a series of strings
From: lmecir:mbox:vol:cz at: 20-Nov-2003 12:14
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] Anton Rolls napsal(a):