MAX - maximum of a list of integers.

Alternate Entry Name: .MAX

Usage:

B:
   maximum = max( v1, v2, ... );
C:
   int max(int v1, ...);

Description:

MAX compares its arguments arithmetically and returns the value of the largest.

Copyright © 1996, Thinkage Ltd.