append [exit] after end of output
[swftools.git] / lib / as3 / ok / hide.as
index 36ea620..1c6b09f 100644 (file)
@@ -22,6 +22,7 @@ package {
         public function Main() {
             f(); // run static function
             print_xx();
+            trace("[exit]");
         }
     }
 }