append [exit] after end of output
[swftools.git] / lib / as3 / ok / for2.as
index a65f24a..b4ade4b 100644 (file)
@@ -17,6 +17,7 @@ package {
             }
             if(z==9) trace("ok 2/2");
             else     trace("error");
+            trace("[exit]");
         }
     }
 }