1 min readApr 18, 2019
If this works like Elixir, this simply means to use the _value_ of the variable, instead of assigning _to_ it.
So in the first example, it would be essentially pattern matching against /a/
rather than assigning 'abc'
to a
.