Command:  .macros                                             Level: 1

 Syntax:  .macros
          .macros [-c|clear]

Results:  Dispays your 20 currently defined macros.  You can use macros to
          replace frequently typed phrases with short commands.
          Using the -c option clears all your macros.

Example:  You can define a macros by typing:  .<macro_number>=<string> 
          where <macro_number> is any digit from 0 to 19.  The syntax
          is strict:  when defining a macro you MUST use a "=" and 
          leave no space between it and the <macro_number>.
          i.e.   .0=.set rows 70

          To use a macro simply type:  .<macro_number>
