var x = 1; var y:int = 2; if (x < y) { trace(x); } else if (x <= y) { trace(y); }