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:39, 3 December 2023 Elixirfan talk contribs created page Conditional Statements in Elixir (Created page with "== Conditional Statements in Elixir == Elixir is a functional programming language that provides several conditional statements to control the flow of execution in the program. These statements allow developers to make decisions based on certain conditions and execute specific sets of code accordingly. === If Statements === The `if` statement in Elixir is used to evaluate a condition and execute a block of code if the condition is true. It has the following syntax: ```...")