Semicolons
An ActionScript statement is terminated with a semicolon. For example, the following statements are terminated with semicolons:
column = passedDate.getDay(); row = 0;
Note:
You can not omit the terminating semicolon. If you omit the terminating semicolon, there will be a error message in the output window.