binding the code

This commit is contained in:
Danny Yoo 2011-12-14 15:09:56 -05:00
parent 2b82fb6a45
commit 44a1dc3511

View File

@ -21,4 +21,4 @@
(define op (open-output-string))
(assemble/write-invoke stmts op)
(get-output-string op)
(define js-code (get-output-string op))