append [exit] after end of output
[swftools.git] / lib / as3 / ok / typeof.as
index 029fde0..138d895 100644 (file)
@@ -11,6 +11,7 @@ package {
             if(typeof(f)=="function") trace("ok 6/7");
             if(typeof(Main)=="object" ||
                typeof(Main)=="movieclip") trace("ok 7/7");
+            trace("[exit]");
         }
     }
 }