diff options
Diffstat (limited to 'src/interp/int-top.boot')
-rw-r--r-- | src/interp/int-top.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/int-top.boot b/src/interp/int-top.boot index 0c1c6a0b..f4c0240b 100644 --- a/src/interp/int-top.boot +++ b/src/interp/int-top.boot @@ -296,8 +296,8 @@ ncloopEscaped x== done:=false for i in (# x) - 1 .. 0 by -1 while not done repeat done:= - x.i='" ".0 =>false - x.i='"__".0=> + x.i = char " " => false + x.i = char "__" => esc:=true true true |