Difference between revisions of "Manual:DIL Manual/unsecure()"
Jump to navigation
Jump to search
(XML import) |
|||
Line 1: | Line 1: | ||
+ | = unsecure (u : unitptr) = | ||
+ | A unit 'u' that has been secured in a DIL program can have the secure removed | ||
+ | by calling unsecure on the unit'u' | ||
− | + | u : Secured unit. | |
− | + | result: Drop secure on a given unit. | |
− | |||
− | |||
− | + | See also: | |
+ | > secure |
Latest revision as of 18:43, 13 August 2022
unsecure (u : unitptr)
A unit 'u' that has been secured in a DIL program can have the secure removed by calling unsecure on the unit'u'
u : Secured unit. result: Drop secure on a given unit.
See also:
> secure