JavaScript Reserved Words |
|
![](/_.gif) |
The following is a list of keywords that are supported
by DataWeb Script:
arguments
break
case
catch
continue
default
delete
else
for
finally
function
if
import
in
new
private
public
return
switch
this
throw
try
typeof
var
void
while
The following keywords are reserved, but not currently
supported by DataWeb Script:
abstract
byte
char
class
const
debugger
do
double
enum
export
extends
final
float
globals
goto
implements
instanceof
int
interface
long
native
package
protected
short
static
super
synchronized
throws
transient
volatile
with
|