append [exit] after end of output
[swftools.git] / lib / as3 / ok / if.as
index 1504c27..3b4d4dd 100644 (file)
@@ -15,6 +15,7 @@ package {
             else if(false) trace("error");
             else if(true) trace("ok 5/5");
             else if(false) trace("error");
+            trace("[exit]");
         }
     }
 }