MIN - minimum of a list of integers.

Alternate Entry Name: .MIN

Usage:

B:
   minimum = min( v1, v2, ... );
C:
   int min(int v1, ...);

Description:

MIN compares its arguments arithmetically and returns the value of the smallest.

Copyright © 1996, Thinkage Ltd.