11-25-2022, 07:11 PM
(11-25-2022, 05:59 PM)SMcNeill Wrote: Just like IMP, this is one of those keywords that does binary comparisons on values, that you never see anyone using.This keyword is worthless considering it's the opposite of XOR. Just test for something that is false with "XOR" instead of the main tendency of testing for it to be true with "EQV". I have never used the latter keyword in my programs.