All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:34, 3 December 2023 Elixirfan talk contribs created page Modules in Elixir (Created page with "== Modules in Elixir == thumb|right|150px|Elixir logo In Elixir programming language, a module is a container for functions, data structures, and other definitions. Modules provide a way to organize code and create reusable components. They are fundamental building blocks for creating powerful and maintainable applications in Elixir. === Defining Modules === A module can be defined using the `defmodule` keyword followed by the module name. It i...")