The = operator is the pattern matching operator. We can use it to bind a value to a variable like in this example, but it is more powerful than that as we can use it to destructure values when pattern matching.
=
a = 1 b = 2 a + b