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

  1.     { printf("total pay for %s is $%.2f\n", $1, $2 * $3) }
  2.