racket/collects/tests/mzscheme/embed-me3.ss
2005-05-27 18:56:37 +00:00

8 lines
161 B
Scheme

(module embed-me3 mzscheme
(require (lib "etc.ss"))
(with-output-to-file "stdout"
(lambda ()
(printf "3 is here, too? ~a\n" true))
'append))