On Fri, Sep 14, 2012 at 1:27 PM, Richard Fuller <rcfulle...@gmail.com> wrote:
> #lang racket slideshow "run"
>
> results in
>
> slideshow: unbound identifier in module in: slideshow
>
> hence circle: unidentified

Hi Richard,

Oh!  Make a  small change to the first line.  Change:

    #lang racket slideshow

to just:

   #lang slideshow
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to