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