Arguments

Hi,

a qq: what happened to arguments in as3?


function asd( ... rest) {
   trace(arguments); // Access of undefined property arguments
}

asd(11,"wee",{});