In this tutorial you will learn:
How to check in order to see if a simple condition is met.
In order to do that we will use the IF function
The IF function has three arguments:
The CONDITION, what to do when the condition RETURNS TRUE or HIGH, when the condition RETURNS FALSE or LOW.
A condition is a value or expression that returns true or false.