makeNamespace
makeNamespace(t_name) =>o_namespace/nil
Description
Creates a SKILL namespace with the given t_name. A namespace or its parts can be saved in a context and loaded with the context.
Arguments
Value Returned
|
The namespace is not created or a namespace with the same name already exists. |
Examples
makeNamespace("METHODS")
=> ns@METHODS
Related Topics
Return to top