append [exit] after end of output
[swftools.git] / lib / as3 / ok / funcassign.as
index 805b5cb..0eb5b96 100644 (file)
@@ -25,6 +25,7 @@ package {
             this.b(2);
             this.c = ok3;
             if(!this.c()) trace("error");
+            trace("[exit]");
         }
     }
 }