generate-ex ( -- string )


Vocabulary
compiler.codegen

Inputs
None

Outputs
stringan object


Definition

: generate-ex ( -- string )
"USING: compiler.cfg.debugger io prettyprint ;\n[ \"hello\\n\" wri..."
; inline