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: Waldek Hebisch
Subject: [Axiom-developer] Re: severe (!) bug in normalize
Date: Wed, 6 Dec 2006 15:02:07 +0100 (CET)

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.

-- 
                              Waldek Hebisch
address@hidden 




reply via email to

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