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