diff options
Diffstat (limited to 'src/interp/pspad2.boot')
-rw-r--r-- | src/interp/pspad2.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/pspad2.boot b/src/interp/pspad2.boot index 173fca07..ed99dbd6 100644 --- a/src/interp/pspad2.boot +++ b/src/interp/pspad2.boot @@ -549,7 +549,7 @@ nBlanks m == strconc/[char('_ ) for i in 1..m] isNewspadOperator op == GETL(op,"Led") or GETL(op,"Nud") -isTrue x == x="true" or x is '(QUOTE T) +isTrue x == x="true" or x = '%true nary2Binary(u,op) == u is [a,b,:t] => (t => nary2Binary([[op,a,b],:t],op); [op,a,b]) |