How do you refer to the Match Operator when reading code?

In Erlang/Elixir I always use the bind verb.
There’s no assignment. Overall when your code evaluates "José" this String is already at the VM language, but is bound now to name. When you do the same thing with "Chris" the name name inside the scope is rebound.

2 Likes