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

SI:GEN-LOCAL-VAR



The form (SI:GEN-LOCAL-VAR) just coughs up a "local var", but doesn't
provide the SETQ -- that's the form to use with LETs etc.
Also, (SI:GEN-LOCAL-VAR () "FooBar") supplies the same kind of prefix
to the local var that (GENTEMP "FooBar") would supply.