From: Shrutarshi Basu (technorapture at gmail.com) Date: Sun Oct 12 01:28:48 EDT 2008 |
|
Veer's solution worked. Thanks. I was under the impression that list accepted only two inputs and then combined them. I can see that append might give problems in my original code, because it would not always get a list as input. Doing (cons (label node) '()) takes care of this, I think. I'm still not sure I quite understand list and append though. Could someone give me a brief rundown? Thanks, Basu -- The ByteBaker : http://www.bytebaker.com
Posted on the users mailing list. |
|