Is 2 True
20 July 2020 I caused a bug the other day by assuming the answer to this question was yes, surely 2 must be true, I mean it clearly isn't false is it? The offending C code was along the lines of this: uint8_t foo = someStuffThatReturnsaNumber (); if ...