home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / m4-1.1-src.lha / src / amiga / m4-1.1 / checks / 11.undefine < prev    next >
Encoding:
Text File  |  1993-11-08  |  188 b   |  12 lines

  1. dnl ../m4.texinfo:881: Origin of test
  2. foo
  3. dnl @result{}foo
  4. define(`foo', `expansion text')
  5. dnl @result{}
  6. foo
  7. dnl @result{}expansion text
  8. undefine(`foo')
  9. dnl @result{}
  10. foo
  11. dnl @result{}foo
  12.