if (value > 40) { println ("OK") } elif (value < 20) { println ("FAILED") } else { println ("RETRY") }