What if we wanted to run or skip code depending on two conditions? Like age > 16 and then has_permit.
age > 16
has_permit
Make sure to pick age > 16.