Piecewise

Build chat bots with blocks

add (value) to (property) of (array)

In the toolbox

Push a value to the end of a list.

Parameters

Parameter name Parameter type Required? Description
value any The value to add to the list.
property any Where to add the new value.
array Array The list to add the value to.

Output

void - This is a statement with no outputs