Skip to main content

print

print(
@llll ## required
@prepend ## required
@maxdecimals 6
@error 0
) -> llll/null

Prints an llll in the Max console. The return value is the llll that has been printed.


Arguments

  • @llll [llll] (required)
  • @prepend [llll] (required)
  • @maxdecimals [int] (default: 6)
  • @error [llll] (default: 0)

Output

Printed value [llll/null]

warning

print is a built-in function in the bell programming language and is not unique or exclusive to bellplay~. As such, print will return null without raising an error if required arguments are not provided.