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.7 < prev    next >
Text File  |  1992-02-19  |  131b  |  6 lines

  1. dnl "m4.texinfo": 557: Origin here
  2. define(`echo', `$@')
  3. dnl =>
  4. echo(arg1,    arg2, arg3 , arg4)
  5. dnl =>arg1, arg2, arg3 , arg4
  6.