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

10 lines
223 B
Racket

#lang scheme/base
(require scheme/runtime-path
(for-syntax scheme/base))
(define-runtime-path file '(lib "icons/file.gif"))
(with-output-to-file "stdout"
(lambda () (printf "This is 1b~n"))
#:exists 'append)