AutoPatrol, Bureaucrats, Administrators
683
edits
| Tomas Kirnak (talk | contribs) | |||
| Line 32: | Line 32: | ||
| Everything inside /* */ is considered a comment and will be ignored by interpreter. You can enclose comments, like below: | Everything inside /* */ is considered a comment and will be ignored by interpreter. You can enclose comments, like below: | ||
| <syntaxhighlight> | <syntaxhighlight lang="c"> | ||
| /* comment /* another comment */ still comment */ | /* comment /* another comment */ still comment */ | ||
| </syntaxhighlight> | </syntaxhighlight> | ||