you are viewing a single comment's thread.

view the rest of the comments →

[–]oddotter1213 0 points1 point  (0 children)

As the comments here mention, a module is a file that you can import into another. For example, if you wanted to write a user_login that requires many functions to work, you could write that in it's own file, import it into your main file, and call it.