General Concepts

  • Elixir is an immutable language. i.e. values cannot change. If we define a variable with a value and then assign it a different value, the variable is not updated, it is completely replaced.

Last updated

Was this helpful?