compiler.cfg.debugger: print -> write to not add stray newlines

char-rename
Björn Lindqvist 2016-09-01 09:59:15 +02:00
parent 6a7033fccb
commit af7e4903a2
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ M: ##phi insn.
M: insn insn. tuple>array but-last [
bl
] [
dup string? [ print ] [ pprint ] if
dup string? [ write ] [ pprint ] if
] interleave nl ;
: block-header. ( bb -- )