home *** CD-ROM | disk | FTP | other *** search
- *********
- * Function : MEM
- * By : Leonard Zerman
- * Placed in the public domain by Tom Rettig Associates, 10/22/1990.
- *
- * Syntax: MEM()
- * Return: <expN> maximum number of K bytes available for allocation.
- * Note..: This is implimented for downward compatibility with
- * previous versions.
- *********
- FUNCTION MEM
- RETURN ( MEMORY(0) )
- * eof mem *
-
-