aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nrungo.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/nrungo.boot')
-rw-r--r--src/interp/nrungo.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/nrungo.boot b/src/interp/nrungo.boot
index 59998333..007b6416 100644
--- a/src/interp/nrungo.boot
+++ b/src/interp/nrungo.boot
@@ -44,7 +44,7 @@ $insideCompileBodyIfTrue := false
--% Monitoring functions
lookupDisplay(op,sig,vectorOrForm,suffix) ==
- null $NRTmonitorIfTrue => nil
+ not $NRTmonitorIfTrue => nil
prefix := (suffix = '"" => ">"; "<")
sayBrightly
concat(prefix,formatOpSignature(op,sig),
@@ -151,14 +151,14 @@ lookupInTable(op,sig,dollar,[domain,table]) ==
someMatch := false
while not success for [sig1,:code] in LASSQ(op,table) repeat
success :=
- null compareSig(sig,sig1,dollar.0,domain) => false
+ not compareSig(sig,sig1,dollar.0,domain) => false
code is ['subsumed,a] =>
subsumptionSig :=
EQSUBSTLIST(rest(domain.0),$FormalMapVariableList,a)
someMatch:=true
false
predIndex := QSQUOTIENT(code,8192)
- predIndex ~= 0 and null lookupPred($predVector.predIndex,dollar,domain)
+ predIndex ~= 0 and not lookupPred($predVector.predIndex,dollar,domain)
=> false
loc := QSQUOTIENT(QSREMAINDER(code,8192),2)
loc = 0 =>