![]() |
![]() |
![]() |
![]() |
(..Source Code Components..) | Contents | Index | (Identifiers) |
It will cause the compiler to ignore all characters
except the combinations /* and */
from the beginning of the comment up to the next end of comment.
Therefore, comments may be nested, and since separation signs are ignored,
comments can cover several lines.
We cannot place a comment within a
string,
because /* */ will
simply be interpreted as part of the string.
![]() |
![]() |
![]() |
![]() |
(..Source Code Components..) | Contents | Index | (Identifiers) |