chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] [Q] Why this simple code does not run?


From: Matt Gushee
Subject: Re: [Chicken-users] [Q] Why this simple code does not run?
Date: Tue, 9 Apr 2013 20:39:22 -0600

On Tue, Apr 9, 2013 at 8:26 PM, Sungjin Chun <address@hidden> wrote:

> Error: unbound variable: sort
>
>            Call history:
>
>            sort.scm:1: sort                <--
>
> What should I do?

You should begin the file with

  (use data-structures)

HTH.

--
Matt Gushee



reply via email to

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