Reserved Words in Scripts

Array Boolean Date Math Number Object
RegExp String abstract assert bdsId(1) bdsVersion1
boolean break byte case catch char
class const continue debugger default delete
do double else enum export extends
false final finally float for function
goto if implements import in instanceof
int interface long native new null
package private protected public return short
static strictfp super switch synchronized this
throw throws transient true try typeof
upper var void volatile while with
(1) Cannot be used, regardless of case. Other reserved words cannot be used in the case shown, but can be used by changing the case (for example, while is prohibited, but WHILE is acceptable).