Handbook
Glossary
generate-ex ( -- string )
Vocabulary
compiler
.
codegen
Inputs
None
Outputs
string
an
object
Definition
IN:
compiler.codegen
:
generate-ex
( -- string )
"USING: compiler.cfg.debugger io prettyprint ;\n[ \"hello\\n\" wri..."
;
inline