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

[REBOL] Re: Sort in REBOL

From: jason::cunliffe::verizon::net at: 7-Sep-2002 23:55

> 3) The /ALL refinement allows you to sort more complex data, > for example, by data fields within blocks: > > data: [ ["name" 123] ["fred" 345] ] > sort/compare/all data func [a b] [a/2 < b/2] > > Perhaps you already know all this... but, I figured, what the > heck...
I did not and yes that's very cool. Thanks!! ./Jason