diff options
Diffstat (limited to 'src/interp/sys-globals.boot')
-rw-r--r-- | src/interp/sys-globals.boot | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot index afa4f685..1cd31a55 100644 --- a/src/interp/sys-globals.boot +++ b/src/interp/sys-globals.boot @@ -427,5 +427,19 @@ _/TRACENAMES := nil $highlightAllowed := true ++ -_*PRINT_-CIRCLE_* := true -_*PRINT_-ARRAY_* := false +SETQ(_*PRINT_-CIRCLE_*, true) +SETQ(_*PRINT_-ARRAY_*, false) +SETQ(_*PRINT_-PRETTY_*, true) + +++ +INPUT_-LIBRARIES := nil +OUTPUT_-LIBRARY := nil + +++ +$newConlist := nil + +++ +$compilingInputFile := false + +++ +$minivectorNames := [] |