grade: student => if student.excellent_work "A+" else if student.okay_stuff "B" else "C".. eldest: if 24 > 21 then "Liz" else "Ike".