Let's have a look at another conditional statement. It'll be the last statement for now. Can you guess which one it is?

The unless keyword kind of turns things around. It executes a code block if its condition is false, making it the exact opposite of if and elsif.

Well, Ruby won't recognize those words.