Concept Flow - Module declaration syntax
Start
Declare module with 'module Name'
Add methods or constants inside module
End module with 'end'
Module ready to use
This flow shows how to declare a module by starting with 'module', adding content, and ending with 'end'.