int|float|object max(int|float|object ... args) string max(string ... args) int(0..0) max()
Returns the largest value among args . Compared objects must implement the lfun::`< method.
min()