append [exit] after end of output
[swftools.git] / lib / as3 / ok / recursion.as
index bdf6fa8..c1cd0b2 100644 (file)
@@ -13,6 +13,8 @@ package {
 
         public function Main() {
             write(1);
+            
+            trace("[exit]");
         }
     }
 }