home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / SYSTEM / UNIXDOS / DATA.Z / pushdef.m4 < prev    next >
Encoding:
Text File  |  1998-02-28  |  122 b   |  8 lines

  1. pushdef(mymacro,This is the first)
  2. mymacro
  3. pushdef(`mymacro',This is my second)
  4. mymacro
  5. popdef(`mymacro')
  6. mymacro
  7.  
  8.