Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
A basic construct of any programming language is the ability to document the mechanics of an application from within the code itself. You’ll learn to do this through the use of comments.
From the perspective of implementation, a comment is a sequence of delimited text that’s ignored by the Flex compiler. Flex’s ActionScript language supports two popular formats: inline comments with regular code and block style with multiline comments.