Discard Source Information R←5171⌶Y
This function discards source code and file information for scripted objects, namespaces, classes, functions, and operators that is saved in the workspace. See also Discard Source Code.
Y is a vector or scalar containing zero or more references to # or ⎕SE, and specifies from which namespaces the information is removed.
R is an integer. A non-zero value indicates that some information was removed. 0 means nothing was discarded.
- The expression
5171⌶ #discards source code and file information from the workspace, but not from⎕SE. 5171⌶⎕SEdiscards source code and file information from⎕SEbut not from the workspace.5171⌶ # ⎕SEdiscards source code and file information from the workspace and from⎕SE.
For further information, see Source as Typed.