unless is a flow-control keyword. The EXPRESSION is called the condition.
unless EXPRESSION
go_outside() and play() unless $it_is_raining;