Reservierte Schlüsselworte (JScript) #
Die folgenden Worte sind in JScript reserviert bzw. sollten nicht als Variablenbezeichner verwendet werden, weil diese vordefinierte Objektbezeichner sind. Hierzu gehören beispielsweise String und ParseInt.
-
abstract
-
boolean
-
break
-
byte
-
case
-
catch
-
char
-
class
-
const
-
continue
-
default
-
do
-
double
-
else
-
extends
-
false
-
final
-
finally
-
float
-
for
-
function
-
goto
-
if
-
implements
-
import
-
in
-
instanceof
-
int
-
interface
-
long
-
native
-
new
-
null
-
package
-
ParseInt
-
return
-
static
-
String
-
super
-
switch
-
synchronized
-
this
-
throw
-
throws
-
transient
-
true
-
try
-
typeof
-
var
-
void
-
while
-
with