$max

Returns the largest number from the provided numbers.

Usage

$max[numbers]

Breakdown

  • numbers - The numbers to get the data from. Separate numbers using ;.

Example

$nomention
$max[100;20;50]

example