aboutsummaryrefslogtreecommitdiff
path: root/src/interp/as.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/as.boot')
-rw-r--r--src/interp/as.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/as.boot b/src/interp/as.boot
index 876e4d46..42939edb 100644
--- a/src/interp/as.boot
+++ b/src/interp/as.boot
@@ -45,7 +45,7 @@ asList() ==
removeFile '"temp.text"
OBEY '"ls as/*.asy > temp.text"
instream := inputTextFile '"temp.text"
- lines := [READLINE instream while not EOFP instream]
+ lines := [line := readLine instream while line ~= %nothing]
closeFile instream
lines