|
Posted by Michael Winter on 09/29/48 11:29
On 16/10/2005 12:09, talthen.z-serwera.o2@nospam.pl wrote:
[snip]
> However goto is a function and I have goto as a variable.
Then change those identifiers.
> [...] MSIE is the inventor of JavaScript.
Netscape invented JavaScript, and Microsoft /later/ implemented a
similar language named JScript. Both have now been standardised as
ECMAScript by ECMA International, and it is this language that browser
vendors aim to implement.
In JScript, there are future reserved words, and this includes goto. The
difference is that JScript doesn't enforce this list (though it should).
However, even Microsoft states that these words should not be used as
identifiers.
Mike
--
Michael Winter
Prefix subject with [News] before replying by e-mail.
[Back to original message]
|