Exercise - Using Macros: Difference between revisions
Appearance
JohnVerrill (talk | contribs) Created page with "Macros are sections of code that are repeated a number of times within a program.<br /> It is more efficient to use a macro than to create the code repeatedly every time it is..." |
JohnVerrill (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
Macros are sections of code that are repeated a number of times within a program.<br /> | Macros are sections of code that are repeated a number of times within a program.<br /> | ||
It is more efficient to use a macro than to create the code repeatedly every time it is needed.<br /> | It is more efficient to use a macro than to create the code repeatedly every time it is needed.<br /> | ||
For more information about macros, see | For more information about macros, see [[What Is a Macro?]]. | ||
Revision as of 10:44, 25 June 2013
Macros are sections of code that are repeated a number of times within a program.
It is more efficient to use a macro than to create the code repeatedly every time it is needed.
For more information about macros, see What Is a Macro?.