Skip to content

Instantly share code, notes, and snippets.

@AndersNS
Created December 12, 2013 15:27
Show Gist options
  • Save AndersNS/7929763 to your computer and use it in GitHub Desktop.
Save AndersNS/7929763 to your computer and use it in GitHub Desktop.
Erlang R15B (erts-5.9)
> Five = 5.
5
> 5 = Five.
5
> Five = 1.
"exception error: no match of right hand side value 1"
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment