Content deleted Content added
m Removing link(s) Wikipedia:Articles for deletion/Ddoc closed as delete (XFDcloser) |
Velocifyer (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 193:
=== Extend language syntax ===
Occasionally, code that is formatted as a comment is overloaded to convey additional information to the translator, such as
Other examples include interpreter [[Directive (programming)|directives]]:
Line 292:
<syntaxhighlight lang="c">
/***************************
* *
* This is the comment body. *
* *
</syntaxhighlight>
|