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

[REBOL] Re: Sort in REBOL

From: carl:s:rebol at: 10-Sep-2002 10:02

Yes, sorry, I oversimplified it for the email... Normally the data would be such that you would use a /skip/all combination. You are correct. Here's a better example: data: [ abc ["name" 123] def ["fred" 345] ] sort/skip/compare/all data 2 func [a b] [a/2/1 < b/2/1] At 9/8/02 03:05 PM +0200, you wrote: