Compiler/Simple file inclusion pre processor: Difference between revisions

Typos
(Wording...)
(Typos)
Line 18:
<br>
<br>
If your language does not have a standard facility for file-inclusion, implement that of used by a popular compiler for the language.
<br>
If there is no- such feature (e.g. more recent OO languages use import/using/etc. statements to include pre-compiled class definitions), either use the C style #include directive or choose something of your own invention.
<br>
<br>
Line 32:
NOTE to anyone who uses the pre-processors on this page:
<br>
They are supplied as-is, with no warrentywarranty - use at your own peril : )
 
 
3,028

edits