aboutsummaryrefslogtreecommitdiff
path: root/src/interp/scan.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/scan.boot')
-rw-r--r--src/interp/scan.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/scan.boot b/src/interp/scan.boot
index 8dcfc387..64b8c4af 100644
--- a/src/interp/scan.boot
+++ b/src/interp/scan.boot
@@ -479,7 +479,7 @@ scanTransform x ==
--scanLetter x==
-- if not char? x
-- then false
--- else STRPOSL(scanTrTable,x,0,NIL)
+-- else STRPOSL(scanTrTable,x,0,nil)
posend(line,n)==
while n<#line and idChar? line.n repeat