Scheme Beginner question

Posted by Robert on Stack Overflow See other posts from Stack Overflow or by Robert
Published on 2010-01-26T14:25:03Z Indexed on 2010/06/08 2:12 UTC
Read the original article Hit count: 365

Filed under:
|
|

Hello.I am trying to put the following statement in Dr.Scheme:

{with {x {+ 5 5}} {+ x x}}

but I got an error:

expand: unbound identifier in module in: with

anyone could help me?Thanks.

© Stack Overflow or respective owner

Related posts about Scheme

Related posts about plt-scheme