append [exit] after end of output
[swftools.git] / lib / as3 / ok / arrays.as
index 9622a7a..ff2f8ee 100644 (file)
@@ -15,6 +15,8 @@ package {
             if(b[1]==2) trace("ok 6/8");
             if(b[2]==3) trace("ok 7/8");
             if(b.length=3) trace("ok 8/8");
+            
+            trace("[exit]");
         }
     }
 }