compiler.cfg.debugger: print -> write to not add stray newlines
parent
6a7033fccb
commit
af7e4903a2
|
@ -51,7 +51,7 @@ M: ##phi insn.
|
||||||
M: insn insn. tuple>array but-last [
|
M: insn insn. tuple>array but-last [
|
||||||
bl
|
bl
|
||||||
] [
|
] [
|
||||||
dup string? [ print ] [ pprint ] if
|
dup string? [ write ] [ pprint ] if
|
||||||
] interleave nl ;
|
] interleave nl ;
|
||||||
|
|
||||||
: block-header. ( bb -- )
|
: block-header. ( bb -- )
|
||||||
|
|
Loading…
Reference in New Issue