append [exit] after end of output
[swftools.git] / lib / as3 / ok / switch.as
index 10954c7..87e3830 100644 (file)
@@ -21,6 +21,16 @@ package {
             switch(1) {
                 case 2: trace("error");break;
             }
+            
+            switch(1) {
+                case 10:
+            }
+            
+            switch(1) {
+                case 1: late1 = false; break;
+            }
+            trace("[exit]");
         }
+        var late1:Boolean;
     }
 }