REBOL Document

Minimum - Function Summary


Summary:

Returns the lesser of the two values.

Usage:

minimum value1 value2

Arguments:

value1 - The value1 argument. (must be: number pair char money date time tuple series)

value2 - The value2 argument. (must be: number pair char money date time tuple series)

Description:

See the MIN function for details.

Related:

< - Returns TRUE if the first value is less than the second value.
> - Returns TRUE if the first value is greater than the second value.
max - Returns the greater of the two values.
min - Returns the lesser of the two values.


<Back | Index | Next>

Copyright 2004 REBOL Technologies