Closed bedalton closed 3 years ago
Double negatives in doif folding convert things such as doif touc targ norn gt 0 to doif targ != not touching norn.
doif touc targ norn gt 0
doif targ != not touching norn
I think as far as readability goes, it should just simplify the double negative to doif targ touching norn
doif targ touching norn
Double negatives in doif folding convert things such as
doif touc targ norn gt 0
todoif targ != not touching norn
.I think as far as readability goes, it should just simplify the double negative to
doif targ touching norn