Skip to main content

max

max(
@x ? ## required
@y ? ## required
) -> llll/null
note

max is a built-in function in the bell programming language and is not unique or exclusive to bellplay~.

Returns the maximum value between @x an @y.


Arguments

  • @x [int/float/llll] Numeric llll.(required)
  • @y [int/float/llll] Numeric llll.(required)

Output

Maximum value between @x an @y. [llll/null]

warning

max will return null without raising an error if required arguments are not provided.