append [exit] after end of output
[swftools.git] / lib / as3 / ok / while.as
index 83b71d2..bf120cf 100644 (file)
@@ -41,6 +41,7 @@ package test.package {
             sum+=a;
             if(sum!=4321) trace("error");
             else trace("ok 3/3");
+            trace("[exit]");
         }
     }
 }