home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / m4-1.4-src.tgz / tar.out / fsf / m4 / checks / 06.pseudo_argu < prev    next >
Text File  |  1996-09-28  |  162b  |  10 lines

  1. dnl ../doc/m4.texinfo:1027: Origin of test
  2. define(`nargs', `$#')
  3. dnl @result{}
  4. nargs
  5. dnl @result{}0
  6. nargs()
  7. dnl @result{}1
  8. nargs(arg1, arg2, arg3)
  9. dnl @result{}3
  10.