aboutsummaryrefslogtreecommitdiff
path: root/src/interp/spad-parser.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/spad-parser.boot')
-rw-r--r--src/interp/spad-parser.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/spad-parser.boot b/src/interp/spad-parser.boot
index 92fe77f7..7ce0fb01 100644
--- a/src/interp/spad-parser.boot
+++ b/src/interp/spad-parser.boot
@@ -161,7 +161,7 @@ preparseReadLine1 rs ==
preparseEcho lines ==
if $Echo then
for x in reverse lines repeat
- formatToStream(OUT_-STREAM,'"~&;~A~%",x)
+ formatToStream($OutputStream,'"~&;~A~%",x)
++ The line to be worked on is the first in `lines.
++ It's indentation is the first in `locs'.