On 2009-01-09, at 13:21EST, P T Withington wrote:
function foo (required, optional=null, rest...)
Type-oh, the ... comes before the argument name. function foo (required, optional=null, ...rest)
On 2009-01-09, at 13:21EST, P T Withington wrote:
function foo (required, optional=null, rest...)
Type-oh, the ... comes before the argument name. function foo (required, optional=null, ...rest)