Content deleted Content added
Dinamik-bot (talk | contribs) m robot Adding: es:Pragma |
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. |
||
Line 1:
{{Unreferenced|date=December 2009}}
In [[computer programming]], the term '''directive''' is applied in a variety of ways that are similar to the term ''command''
To distinguish a directive from a command or statement, a directive may involve a pre or post processing command or macro. It second use involves a statement that effects local or more global options or that applies to a block of programming code but by itself does not perform any action.
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.
==Assembly language==
|