aboutsummaryrefslogtreecommitdiff
path: root/src/interp/incl.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/incl.boot')
-rw-r--r--src/interp/incl.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/incl.boot b/src/interp/incl.boot
index b2e9ca78..8bfe69d9 100644
--- a/src/interp/incl.boot
+++ b/src/interp/incl.boot
@@ -101,7 +101,7 @@ incPrefix?(prefix, start, whole) ==
good
incCommand?(s) ==
- #s > 0 and s.0 = char ")"
+ #s > 0 and stringChar(s,0) = char ")"
incCommands :=
['"say" , _