A/ starts a block comment that extends to the matching occurrence of /.
You can also write a block of comments using the block comment operators % {and %}.
Vous pouvez également écrire un bloc de commentaires à l'aide des opérateurs du bloc de commentaire% {et%}.
A/ starts a block comment that extends to the matching occurrence of /.
notes for twinkle twinkle follow c4 c g' g a a g2 %{This line, and the notes below are ignored, since they are in a block comment.
voici les notes de "ah vous dirai-je maman" c4 c g' g a a g2 %{Ces lignes et les notes qui suivent seront ignorées, car elles se trouvent dans un bloc de commentaire.
A DocBlock is defined by using a block comment that starts with an additional asterisk
Un DocBlock se crée en commençant un bloc de commentaire, puis en ajoutant une astérisque supplémentaire
This block comment conceals several lines from the interpreter with =begin/=end
The most powerful tools for this purpose are the single line comment (indicated by %) and the block comment (indicated by %{... %}).
Pour ce faire, les outils les plus puissants sont le commentaire de fin de ligne, indiqué par %, et le commentaire multilignes (ou bloc de commentaire), indiqué par %{... %}.
Toggle block comment (for PHP and JS files)
Block comment the selected text
However, block comments do not 'nest'. This means that you cannot place a block comment inside another block comment.