Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
max(numberList)
max(1,2,3,4,5,6,7,8,9,10)
max(the screenRect)
max(myNumbers)
1,2,3,4,5
"1.2,2.2,3.2"
In AppleScript, the list must be enclosed in brackets:
{1,2,3,4,5}
Functions
Version 0.7b1 (March 24, 2022)