...go ahead and read the manual, we won't tell anyone.

Help Topics > All Functions > Max
Not Tagged

Max returns the highest value number from a list of numbers.

Usage:

max("list")

Example:

answer max(2,10,4.3) -- shows 10