racket/compiler-test/tests/compiler/embed/embed-me4.rktl
2014-12-02 09:30:05 -05:00

5 lines
103 B
Racket

(with-output-to-file "stdout"
(lambda () (printf "This is the literal expression 4.\n"))
'append)