axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: severe (!) bug in normalize


From: Martin Rubey
Subject: [Axiom-developer] Re: severe (!) bug in normalize
Date: 06 Dec 2006 15:13:40 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Waldek Hebisch <address@hidden> writes:

> Martin Rubey wrote:
> > what does
> > 
> > ll := [k, :ll]
> > 
> > do? I have never seen that before, although grep yields some hits.

> This just builds list with head 'k' and tail 'll'.  The colon means that we
> want to "insert" a list -- without colon we would get a two element list,
> having (value of) 'll' as as the second element.

So I guess it really should be replaced with cons(k, ll) since ":" is not
defined as a spad function.


Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]