# Chained comparisons

    if 0 <= 10 <= 15 <= 25 <= 100 {
    	say "chained comparison";
    }