iex(1)> x = 4 4 iex(2)> ^x = 3 ** (MatchError) no match of right hand side value: 3
foo = "Hello" if true do foo = "Bye!" end foo # `foo` is still "Hello" here