Skip to main content

num

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

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

Returns the numerator of @x.


Arguments

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

Output

Numerator of @x. [llll/null]

warning

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