Comment on if statement == false
dohpaz42@lemmy.world 10 months ago
An if statement with one condition is an if and only if statement. The moment you add a second (or more) condition (regardless of && or ||), then it’s no longer if and only if.