[plt-scheme] Re: list output

From: Grant Rettke (grettke at acm.org)
Date: Wed Apr 29 13:13:23 EDT 2009

On Wed, Apr 29, 2009 at 12:11 PM, -gary- <gary.dunne1 at gmail.com> wrote:
> Nothing happens when I do this.
>> (define list1 (list 1 2))
>> (define list2 (list 3 4))
>> (append (list1) (list2))

=> procedure application: expected procedure, given: (1 2) (no arguments)


Posted on the users mailing list.