C preprocessor: Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
No edit summary
Tags: Mobile edit Mobile app edit iOS app edit App section source
Line 23:
 
== Preprocessor directives ==
The following languages have the following accepted directives.
=== C/C++ ===
The following tokens are recognised by the preprocessor in the context of preprocessor directives.
Line 49 ⟶ 50:
 
Until [[C++26]], the C++ keywords <code>import</code>, <code>export</code>, and <code>module</code> were partially handled by the preprocessor as well.
 
Haskell also accepts C preprocessor directives.
 
=== C# ===