This is a single-line comment : Comments « Language « Flash / Flex / ActionScript






This is a single-line 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 multiline comment
2.XML Comments