Keywords in ActionScript

Notes:

Keywords in ActionScript Programming Language:

Keywords: Keywords are reserved words.
Their meaning and purpose is already defined within the Action Script
Keywords must be written in lower case letters.
Keywords should not be used as identifiers or user defined names.
For naming variables, constants, arrays, functions, objects, etc. do not use keywords

Ex (40+):
var const static dynamic final native
true false null
if else switch case
for while do in label
break continue
function default return override
internal private protected public
class interface namespace package extends implements
get set
this super
try catch finally throw
import include use with