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

[REBOL] Re: sorting a serie ....

From: joel:neely:fedex at: 18-Jun-2003 13:44

Hi, Arnaud, Arnaud wrote:
> Hello, > I try to find the minimun of a serie (print first reduce sort serie). >
Using your example, where the series is constructed from the values associated with a specific group of words:
>> a: 255
== 255
>> b: 1
== 1
>> c: -1
== -1 the minimum value is obtained by
>> first minimum-of reduce [a b c]
== -1 (since MINIMUM-OF returns a series reference). HTH! -jn- -- ---------------------------------------------------------------------- Joel Neely joelDOTneelyATfedexDOTcom 901-263-4446 Counting lines of code is to software development as counting bricks is to urban development.