[Openmcl-devel] read macro
Taoufik Dachraoui
taoufik.dachraoui at wanadoo.fr
Fri Jun 5 17:09:42 PDT 2009
On Jun 6, 2009, at 1:21 AM, Taoufik Dachraoui wrote:
> 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
Sorry, it looks obvious now, I guess I am tired I need to take a break.
Kind regards
-Taoufik
More information about the Openmcl-devel
mailing list