home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / m4-1.1-src.lha / src / amiga / m4-1.1 / checks / 06.pseudo_argu < prev    next >
Encoding:
Text File  |  1993-11-08  |  157 b   |  10 lines

  1. dnl ../m4.texinfo:796: 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.