Conditionals
If I see her, I will tell her.
There are several structures in English that are called conditionals.
"Condition" means "situation or circumstance". If a particular condition is true, then a particular result happens:
if y = 10 then 2y = 20
if y = 3 then 2y = 6
There are three basic conditionals that we use very often. There are some more conditionals that we do not