Skip to main content

insert

insert(
@llll ? ## required
@address 1
@model null
@multi 0
@sizes 0
) -> llll/null
note

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

Inserts one or more elements in a list according to their positions.


Arguments

  • @llll [llll] (required)
  • @address [int] (default: 1)
  • @model [llll/null] (default: null)
  • @multi [llll] (default: 0)
  • @sizes [llll] (default: 0)

Output

Modified llll [llll/null]

warning

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