[plt-scheme] Beginner Question

From: vishy (vishalsodani at gmail.com)
Date: Sun Oct 4 01:34:59 EDT 2009

Why (cons (list 1 2) (list 5 3)), produces
((1,2) 5 3) and not ((1,2),(5, 3)) thats is a list of 2 elements .

thanks


Posted on the users mailing list.