aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-globals.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-globals.boot')
-rw-r--r--src/interp/sys-globals.boot31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot
index 17c104c8..3c1c77cb 100644
--- a/src/interp/sys-globals.boot
+++ b/src/interp/sys-globals.boot
@@ -258,3 +258,34 @@ $topOp := nil
++
$streamCount := 0
+
+++
+$TOP__LEVEL := true
+
+++
+$TOKSTACK := nil
+
+++
+$FUNCTION := nil
+
+++
+$FUNNAME := nil
+
+++
+$FUNNAME__TAIL := '(())
+
+++
+$LASTPREFIX := '"S_:"
+
+++
+$LINESTACK := "BEGIN__UNIT"
+
+++
+$MAXLINENUMBER := 0
+
+++
+$OLDLINE := nil
+
+++
+$SPAD := false
+