if $x == 42 { say "It's the answer!"; } elsif $x == 7 { say "It's perfect!"; } else { say "It's some other number."; }
:next