The negation of a disjunction is the conjunction of the negations.
# this if !a && !b # becomes unless a || b
The negation of a conjunction is the disjunction of the negations.
# this if !a || !b # becomes unless a && b
Empty! You must sign in to add comments.
None
Comments
Empty! You must sign in to add comments.