racket/collects/tests/racket/embed-me9.rkt
2010-04-27 18:28:39 -06:00

7 lines
144 B
Racket

(module embed-me9 mzscheme
(require "embed-me8.ss")
(with-output-to-file "stdout"
(lambda ()
(printf "~a\n" (ex)))
'append))