This version of the Help is no longer updated. See JMP.com/help for the latest version.
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.