append [exit] after end of output
[swftools.git] / lib / as3 / ok / for.as
index d91dd2f..b7e2b4b 100644 (file)
@@ -22,6 +22,7 @@ package {
             for(var a2=0;a2<99;a2++) {
                 if(a2==80) trace("ok 4/4");
             }
+            trace("[exit]");
         }
     }
 }