[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
addtovar, appendtovar
- To: LEWIS at BBND
- Subject: addtovar, appendtovar
- From: TEITELMAN
- Date: Tue, 27 Feb 1979 19:48:52 -8000
- Date: 27 FEB 1979 1948-PST
- Cc: MASINTER, LISP
new versio of misc and misc.com on newlisp.
when given a null list, e.g. (ADDVARS (FOO)),
and the value of the idicated variable is
NOBIND, ADDVARS initialies it to NIL (same as before).
however if FOO is not NOBIND, ADDVARS does nothing.
(ADDVARS (FOO . lst)) works as before.
warren
-------