Kushchokhani wrote:
I think "unless sth is not false" means "unless sth is true" or "sth is false".
This line of reasoning iscorrect.
notfalse =true
unless = ifnot
nottrue =false
Thus:
Unless A is notfalse = Unless A istrue = If A is nottrue = If A isfalse
...






