home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume10 / ifp / part01 / fproot / demo / Inner < prev    next >
Encoding:
Text File  |  1987-07-05  |  104 b   |  6 lines

  1. (*
  2.  * Compute the inner product of two vectors.
  3.  *)
  4. DEF Inner AS 
  5.    trans | EACH * END | INSERT + END;
  6.