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