At 7:53 AM 96.11.27, Eric McCarthy wrote:
> > CT LT EX MODE ACTION
> > No No Yes NCT Discard
> >
> > CT :COMPILE-TOPLEVEL MODE processing mode of the file compiler
> > LT :LOAD-TOPLEVEL NCT not-compile-time mode
> > EX :EXECUTE
> This table means the body is not evaluated at compile time, but it is
> compiled at compile time, and then executed at execute time (i.e., when
> the compiled file is loaded).
Hmm... Is this identical to the behavior for a normal form?
-Noriyuki