home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / FOXPRO / C-FOR / TEST.PRG < prev    next >
Text File  |  1992-05-05  |  169b  |  10 lines

  1. * This is the second part of the program. It does nothing really special.
  2.  
  3.  
  4. function uint test 
  5. parameters value uint a, value uint b
  6.  
  7. return a * b 
  8. endpro
  9.