home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 333_02 / p007.awk < prev    next >
Text File  |  1989-04-22  |  56b  |  2 lines

  1.         { print("total pay for", $1, "is", $2 * $3) }
  2.