var a:uint = 0; label1 : if(true){ if(a == 0) { a = 1; break label1; } trace(true) } label2: if(a == 1) { trace(false); }