diff options
Diffstat (limited to 'src/interp/trace.boot')
-rw-r--r-- | src/interp/trace.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/trace.boot b/src/interp/trace.boot index 6d487e1f..e98991b5 100644 --- a/src/interp/trace.boot +++ b/src/interp/trace.boot @@ -589,7 +589,7 @@ letPrint(x,val,currentFunction) == if (y="all" or MEMQ(x,y)) and not (IS__GENVAR(x) or isSharpVarWithNum(x) or GENSYMP x) then sayBrightlyNT [:bright x,": "] - PRIN0 shortenForPrinting val + PRIN1 shortenForPrinting val TERPRI() if (y:= hasPair("BREAK",y)) and (y="all" or MEMQ(x,y) and |