aboutsummaryrefslogtreecommitdiff
path: root/src/boot/ast.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/ast.boot')
-rw-r--r--src/boot/ast.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot
index d703475b..04933187 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -751,6 +751,7 @@ bfQ(l,r)==
l = nil => ["NULL",r]
r = nil => ["NULL",l]
l = true or r = true => ["EQ",l,r]
+ string? l or string? r => ["STRING=",l,r]
["EQUAL",l,r]
bfLessp(l,r)==