Difference between revisions of "MC-Basic:UNLOAD"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<filename>''" to "<''filename''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
Unload ''<filename>''
+
Unload <''filename''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 13: Line 13:
  
 
|TYPE=
 
|TYPE=
''<filename>'': File specification
+
<''filename''>: File specification
  
 
|RANGE=
 
|RANGE=

Revision as of 15:04, 17 March 2014

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