On Fri, 15 Feb 2008, Allin Cottrell wrote:
On Fri, 15 Feb 2008, Riccardo (Jack) Lucchetti wrote:
> I don't remember if the syntax
>
> list X = x(-1 to -4)
>
> ever worked (my guess is yes, but I may be wrong). It certainly
> doesn't now; should it?
It should work now in CVS.
I've enabled a couple more more things in relation to lists:
list L = x1 x2 time
("time" does not have to exist already)
list xlist = x1 x2 x3
list L = xpx(xlist)
(L holds squares and cross-products)
What I'm working towards here is the possibility of trashing the
list-parser that still exists in interact.c, for lists provided in
the context of, e.g., estimation commands. I'd like to hand it
all over to genr at some point.
Allin.