Content deleted Content added
I have added a clearer distinction between directives vs statements and commands and asserted third party precompiling directives be included with the known similar usage. |
No edit summary |
||
Line 2:
In [[computer programming]], the term '''directive''' is applied in a variety of ways that are similar to the term ''command''. It is also used to describe some [[programming language]] constructs (e.g. those specifying how a [[compiler]] or [[assembly language|assembler]] should process its input).
To distinguish a directive from a command or statement, a directive may involve a pre or post processing command or macro.
This term could be used to refer to proprietary third party tags and commands (or markup) embedded in code or comments that result in additional executable processing that extend the existent compiler, assembler and language constructs present in the development environment.
|