On Mon, 2008-07-21 at 23:20 +0200, Jiri Spitz wrote:
> Eddie Rucker wrote:
> > Shouldn't
> > > list (1,2,3);
> > >
> >
> > return [1,2,3]?
> >
> > On my machine it doesn't return anything.
> >
> List is an interpreter command. You have to prefix the the line with a
> space to distinguish the function list from the command list " list
> (1,2,3);".
>
> Jiri
Yep, that did the trick. Thanks!
e.r.
|