test2 has has access to variables which have already been declared. Order matters. So, declare a before test2: function test() local a; -- same scope, ...
確定! 回上一頁