- :null
- :any
max
get maximum element in given collection
Parameters
max collection :block :range
Attributes
index | retrieve index of maximum element |
Returns
Examples
copyprint max [4 2 8 5 1 9] ; 9
max collection :block :range
index | retrieve index of maximum element |
copyprint max [4 2 8 5 1 9] ; 9