diff options
Diffstat (limited to 'src/interp/sys-globals.boot')
-rw-r--r-- | src/interp/sys-globals.boot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot index e42e9a91..780a0455 100644 --- a/src/interp/sys-globals.boot +++ b/src/interp/sys-globals.boot @@ -473,3 +473,8 @@ $ErrorStream := ++ True if we are building the system algebra. $buildingSystemAlgebra := false + +++ if true, then the interpreter or compiler should inform about +++ code generation, etc. +$verbose := true + |