Table of Contents


NAME

lminmax - find minimum and maximum values in list (Decida Procedure)

USAGE

          lminmax values min max

ARGUMENTS

values List of values to be processed.
min, max names of variables in calling routine for min and max to be returned

RESULTS

Returns minimum and maximum in min and max arguments.

AUTHOR

Richard Booth

Table of Contents