home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a069 / 1.img / TRSOURCE.EXE / TR_MEM.PRG < prev    next >
Encoding:
Text File  |  1990-10-22  |  367 b   |  15 lines

  1. *********
  2. * Function : MEM
  3. * By : Leonard Zerman
  4. * Placed in the public domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * Syntax: MEM()
  7. * Return: <expN> maximum number of K bytes available for allocation.
  8. * Note..: This is implimented for downward compatibility with
  9. *         previous versions.
  10. *********
  11. FUNCTION MEM
  12. RETURN ( MEMORY(0) ) 
  13. * eof mem *
  14.  
  15.