Thanks, Matthew. Maybe some examples in the docs of the preferred way to use `racketinput` with single- and multi-line results would be good.

For a long time, I've been doing both of the following, and I could always see that they were wrong:

(racketinput (+ 1 2)
             #,(racketresult 3))

(racketinput (f x))
(racketresultblock '(a (b (c))
                       (d (e (f))
                          (g))))

Neil V.

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to