I think it’s wise to write code (ActionScript) that Flash pays attention to, but there are certain reasons you would want code to be ignored. This is referred to in programming circles as “commenting out code.” There are two ways to comment out code in ActionScript. The first way lets you comment out a single line of code; it’s done like this:
// Anything I type on this line will be ignored by Flash