[Openmcl-devel] read macro
Taoufik Dachraoui
taoufik.dachraoui at wanadoo.fr
Fri Jun 5 16:21:06 PDT 2009
Hi,
I am puzzled about the following, can someone tell me why read is
expecting a function THERE in the first command
and not in the second command (below)?
? (read)
here (there)
HERE
? > Error: Undefined function THERE called with arguments () .
> While executing: CCL::TOPLEVEL-EVAL, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available
restarts.
> If continued: Retry applying THERE to NIL.
> Type :? for other options.
1 > :pop
? (read)
(there)
(THERE)
?
Kind regards
-Taoufik
More information about the Openmcl-devel
mailing list