Directive (programming): Difference between revisions

Content deleted Content added
m In other high-level languages: Perl info, from Google (Experts, please?)
m The C preprocessor: oops, don't need "See also" for link in body text
Line 13:
 
Syntactic constructs similar to C's preprocessor directives, such as [[C Sharp|C#]]'s <code>#region</code>, are also typically called "directives", although in these cases there may not be any real preprocessing phase involved.
 
===See also===
*[[Include guard]]
 
==In other high-level languages==