$min

Returns the lexicographically smallest of all specified parameters
Syntax
    $min{value_1}{value_2} ... {value_n}
DocumentationReturns the lexicographically smallest of all specified parameters:

    Parameters:
      value_1 through value_n, the values to be compared lexicographically.
    Returns:
      the lexicographically smallest of all specified parameters.
Examples
    $min{323}{474}

    Result:
    323
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters <unlimited>