Content deleted Content added
Quuxplusone (talk | contribs) Merged from Compiler directive |
Quuxplusone (talk | contribs) m →In other high-level languages: Perl info, from Google (Experts, please?) |
||
Line 22:
In [[Turbo Pascal]], directives are called '''significant comments''', because in the language [[grammar]] they follow the same syntax as [[comment (computer programming)|comment]]s. In Turbo Pascal, a significant comment is a comment whose first character is a [[dollar sign]] and whose second character is a letter; for example, the equivalent of C's <code>#include "file"</code> directive is the significant comment <code>{$I "file"}</code>.
In [[Perl]], the
[[de:Compiler-Anweisung]]
|