home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / m4-1.4-src.tgz / tar.out / fsf / m4 / examples / comments.m4 < prev    next >
Text File  |  1996-09-28  |  167b  |  8 lines

  1. # An ordinary comment
  2. define(`foo', # A comment in a macro
  3. `Macro `foo' expansion')
  4. foo
  5. define(`comment', `*** Macro `comment' expansion ***')
  6. changecom(`@', `@')
  7. foo
  8.