> #+begin_src scheme :var y=10 :results value
>   (+ 10 y)
> #+end_src
>
> #+RESULTS:
> : 10

I'm surprised by this one - shouldn't we expect the result 20 ?
 
Hi Neil, yes, that was a typo, I pasted in the wrong result. Sorry for the confusion!

/h