MC-Basic:UNLOAD

From SoftMC-Wiki
Revision as of 10:41, 29 October 2014 by Nurit (talk | contribs)
Jump to: navigation, search

Remove loaded program from the RAM.

Syntax

Unload <filename>

Availability

All versions

Type

<filename>: File specification

Range

Files that are loaded in RAM.

Scope

Task or Terminal

Limitations

The task must be loaded in memory. Only a killed task may be unloaded. Tasks are killed using the KILLTASK command. Global libraries cannot be unloaded (since version 4.13.1rc2).

Examples

Unload MAKECUT.prg

See Also