finished inner function implementation
[swftools.git] / lib / as3 / ok / innerfunctionlate.as
index 8621cda..4e75dfe 100644 (file)
@@ -22,6 +22,8 @@ package {
             function f3(t1,t2,t3) {
                 trace(t1+" "+t2+"/"+t3);
             }
+
+            trace("[exit]");
         }
     }
 }