i := 0x0; if i > 10 { print "a"; } else if i > 5 { print "b"; } else { print "c"; }