aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-toplev.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-toplev.boot')
-rw-r--r--src/interp/i-toplev.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-toplev.boot b/src/interp/i-toplev.boot
index 616a8bf8..03d8edf7 100644
--- a/src/interp/i-toplev.boot
+++ b/src/interp/i-toplev.boot
@@ -186,7 +186,7 @@ recordAndPrint(x,md) ==
-- Prints out the value x which is of type m, and records the changes
-- in environment $e into $InteractiveFrame
-- $printAnyIfTrue is documented in setvart.boot. controlled with )se me any
- if md = '(Any) and $printAnyIfTrue then
+ if md = $Any and $printAnyIfTrue then
md' := first x
x' := rest x
else