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

[REBOL] Re: Sort by first part of line

From: anton:lexicon at: 6-Sep-2002 5:08

Here's what was meant, I think. string: { 454 en tw 395 en th 313 kai o 175 oi de 314 eij thn 174 eij ton 124 kai ouk 123 kai thn 219 ek tou 160 kai en } blk: parse string none ; split at whitespace sort/skip blk 3 foreach [one two three] blk [print [one two three]] Anton.