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