MC-Basic:UNLOAD

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Unload ''<filename>'' |AVAILABILITY= All versions |DESCRIPTION= Remove loaded program from the RAM. |TYPE= ''<filename>'': File specificatio…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Examples

Unload MAKECUT.prg

See Also