Codebox Operators prepend

prepend

Return a new list where b is prepended to a

prepend(a, b): out1

Arguments:

Arguments

NameTypeDefaultDescription
alist

The input number or list that will come after any prepend values in the output list.

blist

A number or list of numbers to prepend to the input.

Returns

NameTypeDescription
out1list

Outputs a list composed of the prepended value(s) followed by the input value(s).