You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses repetative conditionals that would be better formatted in a list:
If a named object is being executed the existing value will continue to be used until its execution is completed. However, the name becomes available immediately for other use.
If a named object is an external variable, the external array is disassociated from the name:
⎕XT'F' FILES/COSTS ⎕EX'F' ⋄ ⎕XT'F'
If the named object is a GUI object, the object and all its children are deleted and removed from the screen. The expression ⎕EX'.' deletes all GUI objects owned by the current thread in the Root namespace but not those in sub-namespaces. In addition, if this expression is executed by thread 0, it resets all the properties of '.' to their default values. Furthermore, any unprocessed events in the event queue are discarded.
If the named object is a shared variable, the variable is retracted.
If the named object is the last remaining external function of an auxiliary process, the AP is terminated.
If the named object is the last reference into a dynamic link library, the DLL is freed.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Uses repetative conditionals that would be better formatted in a list:
The text was updated successfully, but these errors were encountered: