As you've seen, statements are keywords, operators, and identifiers joined together to accomplish certain tasks. For instance, in the following code, var and new are the keywords, Array () is the identifier, :Array is the data type, and the equal sign is the operator:
var my_array:Array = new Array();