Home
The HyperCard Center
HyperTalk Reference

Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.

min

min(numberList)

Value returned: the number with the lowest value from the comma-separated list of numbers

Examples

min(1,2,3,4,5,6,7,8,9,10)
min(the screenRect)
min(myNumbers)

Related Topics

Placeholders

numberList

A comma-separated list of numbers.

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}

HyperTalk Reference

Version 0.8b4 (July 4, 2025)

Made with Macintosh

Switch to Retro View