Reserved Words
The following words have special meaning in Siebel eScript. You cannot write code that uses any of them as a variable name or a function name:
break
case
catch
class
const
continue
debugger
default
delete
do
else
enum
export
extends
false
finally
for
function
if
import
in
new
null
return
super
switch
this
throw
true
try
typeof
while
with
var
void