| (define (bake flavor) |
| (printf "pre-heating oven...\n") |
| (string-append flavor " pie"))
http://docs.racket-lang.org/guide/syntax-overview.html
When I try this in WeScheme, I get the following error:
define: expected only one expression for the function body, but found 1 extra part
at: line 3, column 0, in <definitions>
|
--
You received this message because you are subscribed to the Google Groups "Bootstrap-Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bootstrap-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--