append [exit] after end of output
[swftools.git] / lib / as3 / ok / return.as
index df57783..b4a7066 100644 (file)
@@ -17,6 +17,8 @@ package {
             trace((new Test).getok1());
             var t = new Test;
             trace(t.getok2());
+            
+            trace("[exit]");
         }
     }
 }