@{var price=25;} if (price>=30) {

The price is high.

} else if (price>20 && price<30) {

The price is OK.

} else {

The price is low.

}