home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / m4v05as.zip / EXAMPLES / DEFINITI.4 < prev    next >
Text File  |  1992-02-19  |  114b  |  6 lines

  1. dnl "m4.texinfo": 512: Origin here
  2. define(`foo', `This is macro `foo'.')
  3. dnl =>
  4. foo
  5. dnl =>This is macro foo.
  6.