Multiple declarations

Michael O'Brien mob at mbedthis.com
Thu May 1 16:07:28 PDT 2008


Is the following valid?


var x = 2
var x = 3


The ES4 RI prevents this. ASC redefines x.

What should this do?

Michael



More information about the Es4-discuss mailing list