This is a multiline comment : Comments « Language « Flash / Flex / ActionScript






This is a multiline comment

 

package{
  import flash.display.Sprite;
  
  public class Main extends Sprite{
    public function Main(){
        /*
        No one here
        but us programmers
        */
    }
  }
}

        








Related examples in the same category

1.This is a single-line comment
2.XML Comments