if + condition, resultUse if for a straightforward possible condition and result.
Use if for a basic condition, unless for if not, provided that and as long as for required conditions, and otherwise for the result if the condition fails.
if + condition, resultUse if for a straightforward possible condition and result.
unless + positive clause, resultUnless already means if not, so do not add not inside the unless-clause.
result + provided that + conditionUse provided that when the condition is strict, required, or formal.
result + as long as + conditionUse as long as when permission or truth continues only under that condition.
instruction or condition. Otherwise, consequence.Otherwise introduces the bad or unwanted result if the first condition is not met.
If Anna arrives early, we’ll start at six.
Use if for a normal possible condition.
Use if when the speaker presents a normal condition and result. If Anna finishes early, she’ll join us for dinner.
Use unless when the result happens except in one case. Unless Maria texts us, we’ll start without her.
Use provided that in formal or strict situations. You can borrow the car provided that you bring it back by nine.
Use as long as when something is okay only under a condition. Tom can stay in the office as long as he keeps the door open.
Use otherwise to show what happens if the advice is ignored. Leave now. Otherwise, you’ll miss the last train.
Unless already contains the negative meaning. Use a positive verb form after unless: Unless he calls, we’ll leave.
They all connect conditions, but each one adds different logic: simple condition, negative condition, strict requirement, or limited permission.
IF_FOR_POSSIBLE_RESULTw5Use if when one action or result depends on another possible situation. The if-clause gives the condition; the main clause gives the result.
UNLESS_FOR_NEGATIVE_CONDITIONw5Use unless for one negative condition. It means if not, so the clause after unless stays positive in form.
PROVIDED_THAT_FOR_STRONG_CONDITIONw4Use provided that when the condition is strict or official. It often appears in rules, offers, and permissions.
AS_LONG_AS_FOR_REQUIRED_LIMITw4Use as long as when something is allowed or true only while a condition is met. It often sounds practical and ongoing.
OTHERWISE_FOR_RESULT_IF_NOTw5Use otherwise after an instruction, warning, or condition. It means if not and introduces a consequence.
MATCH_LINKER_TO_MEANINGw5Pick if, unless, provided that, as long as, or otherwise based on the message: simple condition, negative condition, strict requirement, continuing limit, or consequence if not.