[Top]
|
Method max()
- Method
max
int|float|object max(int|float|object ... args)
string max(string ... args)
int(0..0) max()
- Description
Returns the largest value among args . Compared objects
must implement the lfun::`< method.
- See also
min() and limit()
|