MEM$
is a read-write system variable. When the system is started, it contains the empty string.
MEM$
is not cleared by the command CLEAR
. It is the 'resource', MEM
, which means the LOAD
and SAVE
commands can operate on MEM$
independently of program memory, graphics, and other resources, and the contents of the variable can be transferred between systems using SENDFILE
and RECVFILE
.