Difference between revisions of "MC-Basic:DELETESEM"
(Created page with '{{MC-Basic |SHORT FORM= dsem |SYNTAX= dsem <''semaphore name''> |AVAILABILITY= AllVersions |DESCRIPTION= Deletes semaphore variable previously defined in the system |TYPE= …') |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 7: | Line 7: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | All versions | |
|DESCRIPTION= | |DESCRIPTION= | ||
Line 31: | Line 31: | ||
|EXAMPLE= | |EXAMPLE= | ||
− | -->common shared sem as semaphore | + | <pre>-->common shared sem as semaphore |
− | + | -->deletesem sem</pre> | |
− | -->deletesem sem | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:COMMON SHARED ... AS SEMAPHORE|COMMON SHARED ... AS SEMAPHORE]] |
− | |||
+ | [[Category:MC-Basic:Declarations|DELETESEM]] | ||
}} | }} |
Latest revision as of 09:14, 22 May 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