slice
slice(
@llll ? ## required
@index 1
) -> llll/null
note
slice
is a built-in function in the bell programming language and is not unique or exclusive to bellplay~.
Divides @llll
into two sublists according to a split point.
Arguments
@llll
[llll] (required)@index
[int] (default:1
)
Output
Sublists [llll/null]
warning
slice
will return null
without raising an error if required arguments are not provided.