Push an object to the list.
push(l, ...)
l,
that are going to push to the list
...,
list object
combined list
mylist <- list() newlist <- push ( 1, mylist )