MACRO
Macro
A macro in computer science is a rule or pattern that specifies how a certain input sequence should be mapped to a replacement input sequence according to a defined procedure. The mapping process that instantiates a macro use into a specific sequence is known as macro expansion. A facility for writing macros may be provided as part of a software application or as a part of a programming language. In the former case, macros are used to make tasks using the application less repetitive. In the latter case, they are a tool that allows a programmer to enable code reuse or even to design domain-specific languages.The above text is a snippet from Wikipedia: Macro (computer science)
and as such is available under the Creative Commons Attribution/Share-Alike License.
macro
Noun
- A comparatively human-friendly abbreviation of complicated input to a computer program.
- The pre-processor expands any embedded macros into source code before it is compiled.
Noun (etymology 2)
Adjective
- Very large in scope or scale.
The above text is a snippet from Wiktionary: macro
and as such is available under the Creative Commons Attribution/Share-Alike License.