append [exit] after end of output
[swftools.git] / lib / as3 / ok / defaultvalue.as
index 68c56ec..6861385 100644 (file)
@@ -34,6 +34,8 @@ package {
             if(this.u==0) trace("ok 12/14");
             if(String(this.f)=="NaN") trace("ok 13/14");
             if(this.m===null) trace("ok 14/14");
+            
+            trace("[exit]");
         }
     }
 }