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

  1. dnl "m4.texinfo": 744: Origin here
  2. ifdef(`foo', ``foo' is defined', ``foo' is not defined')
  3. dnl =>foo is not defined
  4. define(`foo', `')
  5. dnl =>
  6. ifdef(`foo', ``foo' is defined', ``foo' is not defined')
  7. dnl =>foo is defined
  8.