Module Keyword
Syntax
MODULE modname [ ( dummy_arg [,dummy_arg] ... ) ]
modname - A valid identifier naming the module.
dummy_arg - A dummy argument.
Use
The module statement defines the beginning of a module and must be paired with an END statement that defines the module's end.