HTMLBusiness Keywords
Use
The tokens in the following table are reserved keywords in HTMLBusiness:
|
archiveURL |
|
assert |
|
by |
|
declare |
|
define |
|
else |
|
elseif |
|
elsif |
|
end |
|
for |
|
from |
|
if |
|
imageURL |
|
in |
|
include |
|
mimeURL |
|
repeat |
|
return |
|
secure |
|
times |
|
to |
|
wgateURL |
|
with |
|
write |
|
writeEnc |
You cannot use HTMLBusiness keywords as identifiers. If you want to use an identifier that has the same name as a keyword, you must enclose the identifier in single quotation marks.
For example:
`repeat with i from 'from' to 'to'`.