chickadee
»
miscmacros
»
push!
Identifier search
(push! X LOC)
syntax
equivalent to
(set! LOC (cons X LOC))
Note that
LOC
may be any settable location.