racket/pkgs/compiler-test/tests/compiler/embed/embed-me5.rkt
2016-05-27 17:20:35 -04:00

7 lines
184 B
Racket

(module embed-me5 mzscheme
(require mred)
(with-output-to-file (build-path (find-system-path 'temp-dir) "stdout")
(lambda () (printf "This is 5: ~s\n" button%))
'append))