All Manuals > LispWorks User Guide and Reference Manual > 40 The LISPWORKS Package

NextPrevUpTopContentsIndex

appendf

Macro
Summary

Appends lists to the end of a given list.

Package

lispworks

Signature

appendf place &rest lists => result

Arguments

place

A place.

lists

A set of lists.

Values

result

An object.

Description

The modify macro appendf appends the lists given by lists to the end of the list in place. See append for more details.

See also

removef


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex