home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gawk-2.15.6-src.tgz / tar.out / fsf / gawk / test / reg / func2.awk < prev    next >
Text File  |  1996-09-28  |  49b  |  3 lines

  1. function dummy() { ; }
  2. BEGIN { print dummy (1) }
  3.