What's the keyword that decides if a code block should run or not?

ifwhenfor

We start with the if keyword when writing a conditional statement that decides if a code snippet is run or skipped.