Method max()


Method max

int|float|object max(int|float|object, int|float|object ... args)
string max(string, string ... args)
int(0) max()

Description

Returns the largest value among args. Compared objects must implement the lfun::`< method.

See also

min() and limit()