home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / m4v05as.zip / EXAMPLES / DEFINITI.2 < prev    next >
Text File  |  1992-02-19  |  106b  |  6 lines

  1. dnl "m4.texinfo": 484: Origin here
  2. define(`exch', `$2, $1')
  3. dnl =>
  4. exch(arg1, arg2)
  5. dnl =>arg2, arg1
  6.