This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with append


> From: "Wolfgang S. Kechel - Patzschke + Rasp GmbH" <wolfgang@prs.de>
>
> It seems that append in guile has a problem
> 
> I expect:
> 
> (append '(1 2) () '(3 4)) --> (1 2 3 4)
> 

So what do you get?  I get (1 2 3 4), although
I did _not_ expect it since () is an invalid
expression.  You should write '().

-- 
     --Keith

This mail message sent by GNU emacs and Linux.
Food, Shelter, Source code.