メインコンテンツまでスキップ
バージョン:25.2

maximum, max

Function, Pattern Quantifier

  • function

    • returns the greatest value from a list of values (or comma-separated values in text)

    • Examples:

        put the maximum of [4,77,3,132,-8,0] —> 132
    • Synonyms: highestValue, largestValue

    • Related: minimum

  • pattern quantifier (Added to SenseTalk in 1.81)