Created
October 9, 2017 19:37
-
-
Save marcelog/3def06881a97f8bb8d2ec0a101600beb to your computer and use it in GitHub Desktop.
Showing how the match operator works in Erlang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1> X = 1. | |
1 | |
2> X = 1. | |
1 | |
3> X = 2. | |
** exception error: no match of right hand side value 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment