Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Elixir
planet = "Earth"

Elixir variables are immutable. You can rebind the name planet but this creates a new variable with the same name.
planet : constant String := "Earth";

New implementation...
< >
programming-idioms.org