$max

Returns the largest number from the provided numbers.

Syntax

$max[A;B;...]

Parameters

  • A,B,... (Type: Integer || Flag: Required): The numbers to get the maximum from. At least two numbers must be provided! Use semicolons ; as a separator to separate multiple numbers.

Example

$nomention
$max[100;20;50]

example