item [list of data]
Returns the new value of [list of data] with item as its last element. The input list is not changed.
[list of data]
item
Examples: lput 4 [1 2 3] returns [1 2 3 4].
lput 4 [1 2 3]
Related commands: fput list se last