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

  1. ********************
  2.  
  3. FUNCTION Odd
  4.  
  5.    PARAMETERS _odd_num
  6.    
  7.    RETURN(!MULTPLE_OF(_odd_num, 2))
  8.  
  9. * End of File
  10.  
  11.  
  12.