Skip to main content

maximum

maximum(
@llll ? ## required
@depth null
@mindepth 1
@maxdepth 1
) -> llll/null
note

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

Returns the smallest number in an llll. According to the @mindepth and @maxdepth parameters, data in sublists are considered or not.


Arguments

  • @llll [llll] (required)
  • @depth [int/llll/null] (default: null)
  • @mindepth [int] (default: 1)
  • @maxdepth [int] (default: 1)

Output

Smallest number in an llll. [llll/null]

warning

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