Difference between revisions of "MC-Basic:OUNLOAD"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= OUNLOAD <object file name> |AVAILABILITY= Versions 3.6.4 and higher |DESCRIPTION= Unloads object module from the system’s memory. |TYPE= …')
 
m
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:OUNLOAD}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:OLOAD|OLOAD]]
+
* [[MC-Basic:OLOAD|OLOAD]]
* [[Axystems:MC-Basic:OLOAD$|OLOAD$]]
+
* [[MC-Basic:OLOAD$|OLOAD$]]
* [[Axystems:MC-Basic:OUNLOAD$|OUNLOAD$]]
+
* [[MC-Basic:OUNLOAD$|OUNLOAD$]]
 
 
  
 +
[[Category:MC-Basic:C-Interface|OUNLOAD]]
 
}}
 
}}

Latest revision as of 05:42, 25 April 2017

Language: English  • 中文(简体)‎

Unloads object module from the system’s memory.

Syntax

OUNLOAD <object file name>

Availability

Versions 3.6.4 and higher

Scope

Task

Examples

Ounload myObj.o

See Also