Post Reply 
Problem with -2<-1 returns 1 => true
07-24-2018, 08:30 PM
Post: #9
RE: Problem with -2<-1 returns 1 => true
(07-24-2018 05:11 PM)compsystems Wrote:  CAS:

OR
1 or 1 returns 1 => true
True or True returns true

XOR
1 xor 1 returns Error: syntax error => false
true xor true [enter] Error: syntax error => false

AND
1 and 1 returns true
true and true returns true

It's not a very clear bug description, but I think the bug you are describing is that xor is not automatically changed to XOR, which is inconsistent with related operators? In that case, a related bug is that not without parentheses is not automatically changed to NOT.

— Ian Abbott
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: -2<-1 returns 1 => true - Jean-Michel - 06-19-2018, 11:20 AM
RE: -2<-1 returns 1 => true - compsystems - 06-20-2018, 05:05 PM
RE: -2<-1 returns 1 => true - compsystems - 06-28-2018, 07:49 PM
RE: -2<-1 returns 1 => true - compsystems - 07-20-2018, 02:45 PM
RE: Problem with -2<-1 returns 1 => true - ijabbott - 07-24-2018 08:30 PM



User(s) browsing this thread: 1 Guest(s)