home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / m4-1.1-src.lha / src / amiga / m4-1.1 / examples / comments.m4 < prev    next >
Encoding:
Text File  |  1989-12-23  |  167 b   |  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.