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 / CONDITIO.5 < prev    next >
Text File  |  1992-02-19  |  196b  |  8 lines

  1. dnl "m4.texinfo": 814: Origin here
  2. define(`concat', `ifelse($2, , `$1', `$1,concat(shift($@))')')
  3. dnl =>
  4. concat(foo)
  5. dnl =>foo
  6. concat(foo, bar, gnats,and gnus)
  7. dnl =>foo,bar,gnats,and gnus
  8.