Chained Comparisons

Now it's easier to check if a user input is sandwiched between two values
if 0 <= $score_pc <= 100 {
say "You can't score $score_pc";
}
Type :next to continue