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:37, 3 December 2023 Elixirfan talk contribs created page Functions in Elixir (Created page with "== Functions in Elixir == A function in Elixir is a set of instructions that are grouped together under a name. It allows you to encapsulate logic and reuse it whenever needed. This article will provide an overview of functions in Elixir and cover their syntax, usage, and common patterns. === Syntax === To define a function in Elixir, you use the `def` keyword followed by the function name, arguments, and body. The body consists of one or more expressions. Here's a basi...")