If Memory()

If Memory() returns the total memory of the computer.

For example:

IF MEMORY()<2000K

EXITMESSAGE

Not enough memory.

ENDIF

Checks to see if the computer has 2 MB of RAM and if it does not, it exits.