Appends lists to the end of a given list.
lispworks
appendf place &rest lists => result
place
A place.
lists
A set of lists.
result
An object.
The modify macro appendf appends the lists given by lists to the end of the list in place . See append for more details.
appendf
append
removef