home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / m4-1.0.3 / examples / wrap.m4 < prev    next >
Encoding:
sendmail m4  |  1989-12-04  |  134 b   |  11 lines

  1. divert(-1)
  2. m4wrap(`Wrapper no. 1
  3. ')
  4.  
  5. m4wrap(`Wrapper no. 2
  6. m4wrap(`Wrapper no. 3
  7. m4wrap(`Wrapper no. 4
  8. ')')')
  9. divert
  10. No. 33: The End.
  11.