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

addtovar, appendtovar



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
-------