home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / FOXPRO / CALC / CALCTEST.PRG < prev   
Text File  |  1992-04-18  |  137b  |  15 lines

  1. * test the calc.prg
  2.  
  3.  
  4. #include calc.hdr
  5.  
  6.  
  7. procedure force_main
  8.  
  9.    vardef
  10.       dbl x
  11.    enddef
  12.    
  13.    x=jcalc()
  14.    
  15. endpro