home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a075 / 1.img / TOOLKIT1.EXE / SST25.PRG < prev    next >
Encoding:
Text File  |  1989-08-08  |  126 b   |  10 lines

  1. ********************
  2.  
  3. FUNCTION Even
  4.  
  5.    PARAMETERS _even_num
  6.    
  7.    RETURN(MULTPLE_OF(_even_num, 2))
  8.  
  9. * End of File
  10.