Reserved words have a special meaning in WMLScript programs and therefore cannot be used as identifiers. WMLScript defines the following reserved words:
access
|
http
|
agent
|
if
|
break
|
isvalid
|
continue
|
meta
|
div
|
name
|
div=
|
path
|
domain
|
return
|
else
|
typeof
|
equiv
|
url
|
extern
|
use
|
for
|
user
|
function
|
var
|
header
|
while
|
Additional reserved words are scheduled to be incorporated into a future version of WMLScript. Avoid using these reserved words in your programs:
case
|
finally
|
catch
|
import
|
class
|
private
|
const
|
public
|
debugger
|
sizeof
|
default
|
struct
|
do
|
super
|
enum
|
switch
|
export
|
throw
|
extends
|
try
|
Reserved words common to some other languages that WMLScript does NOT use are:
delete
|
null
|
in
|
this
|
lib
|
void
|
new
|
with
|