MIN

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


Syntax:     MIN(num1[,num2...])

Defn:       A CI evaluator function that finds the smallest
            of several integers.

Type:       Integer

Example:    min(5,4,-3,70,0)
Result:     -3

Back to Main Index