Module
From Xojo Documentation
Language Keyword
A Module is a container for code that also functions as a namespace.
Notes
You will not use the Module keyword directly in your code. To add a module to your project, use the Insert button or menu.
See Also
Class keyword