This document summarizes some lesser known features of the ActionScript programming language. It begins by discussing various operators like equality, logical operators, and type casting. It then covers topics like namespaces, arguments, rest parameters, object references vs copies, and global functions. The document concludes by noting some gotchas and peculiarities in ActionScript, such as casting behaviors and behaviors of the Array and Date classes.