Conditional Control structures

What they are

Conditionals are a set of statements that are executed ONLY if some conditions are met.
The two main types are the IF statements and the SWITCH statements.
Link to Adobe Help HERE