Exercise - Using Macros

From Flowcode Help
Revision as of 10:42, 25 June 2013 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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