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 / MISCELLA.6 < prev    next >
Text File  |  1992-02-19  |  263b  |  10 lines

  1. dnl "m4.texinfo": 1533: Origin here
  2. define(`cleanup', `This is the `cleanup' actions.
  3. ')
  4. dnl =>
  5. m4wrap(`cleanup')
  6. dnl =>
  7. This is the first and last normal input line.
  8. dnl =>This is the first and last normal input line.
  9. dnl =>This is the cleanup actions.
  10.