help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Appending to a list


From: steve-humphreys
Subject: Appending to a list
Date: Sun, 13 Dec 2020 21:46:57 +0100

Would appending to list like this be good?

(setq bird '("Toucan" "King Fisher"))
(setq bird (append bird ("Swift") ))

Or does one customarily use other constructs for
adding to a list?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]