Difference between revisions of "MC-Basic:DELETESEM"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "AllVersions" to "All versions")
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AllVersions
+
All versions
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 14:42, 20 March 2014

Deletes semaphore variable previously defined in the system

Short form

dsem

Syntax

dsem <semaphore name>

Availability

All versions

Scope

Task, Terminal

Examples

-->common shared sem as semaphore

-->deletesem sem

See Also