For the latest version of JMP Help, visit JMP.com/help.
Always start your script with this line:
Names Default To Here(1);
Use named namespaces. Namespace names are placed in the global scope.
Using namespace references to anonymous namespaces avoids possible conflicts with other namespaces.