home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / GNU / M4V05AS.ZIP / EXAMPLES / DEBUGGIN.1 < prev    next >
Encoding:
Text File  |  1992-02-19  |  180 b   |  10 lines

  1. dnl "m4.texinfo": 911: Origin here
  2. define(`foo', `Hello world.')
  3. dnl =>
  4. dumpdef(`foo')
  5. dnl *>foo:    `Hello world.'
  6. dnl =>
  7. dumpdef(`define')
  8. dnl *>define: <define>
  9. dnl =>
  10.