Add an element to the end of a list

Input

List LIST

The list to append to

Item ANY

The item to append to the list

Output LIST

A new list with all the elements from the original list plus the new item

Examples

CleanShot 2022-12-28 at 12.11.07@2x.png