append [exit] after end of output
[swftools.git] / lib / as3 / ok / typecast.as
index 66c2ffd..e1f75cd 100644 (file)
@@ -31,6 +31,7 @@ package {
             if(int(false)==0) trace("ok 6/7");
 
             trace(String(new C)) //will call toString()
+            trace("[exit]");
         }
     }
 }