aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-op2.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-op2.boot')
-rw-r--r--src/interp/br-op2.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-op2.boot b/src/interp/br-op2.boot
index a7f186e9..452a4abc 100644
--- a/src/interp/br-op2.boot
+++ b/src/interp/br-op2.boot
@@ -187,7 +187,7 @@ dbChooseOperandName(typ) ==
member(y,$ElementList) => y
first $ElementList
first $ElementList
- $ElementList := delete(x,$ElementList)
+ $ElementList := remove($ElementList,x)
x
x := first $DomainList
$DomainList := rest $DomainList