Next Previous Up Top Contents Index

12 The LISPWORKS Package

removef

Macro

Summary

Removes an item from a sequence.
Package

lispworks

Signature

removef place item &key test test-not start end key => result

Arguments

place

A place.

item

An object.

test

A test function.

test-not

A test function.

start

An integer.

end

An integer ornil.

key

A key function.

Values

result

A sequence.

Description

The modifying macroremovef removes an item from a sequence usingremove. Seeremove for more details.
See also

appendf

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker