Keywords
ActionScript reserves words for specific use within the language, so you can’t use them as identifiers, such as variable, function, or label names. The following table lists all ActionScript keywords:
add | and | break | case | catch |
class | continue | default | delete | do |
dynamic | else | eq | extends | finally |
for | function | ge | get | gt |
if | ifFrameLoaded | implements | import | in |
instanceof | interface | intrinsic | le | lt |
ne | new | not | on | onClipEvent |
or | private | public | return | set |
static | switch | tellTarget | this | throw |
try | typeof | var | void | while |
with |
Statement
break, case, class, continue, default, do…while, else, else if, for, for…in, if, function, return, set variable, switch, throw, trace(), var, while, with