Last active
May 4, 2020 07:14
-
-
Save droznyk/6d526bcb6743b80f96c31f420f5f7aae to your computer and use it in GitHub Desktop.
Pattern matching syntax
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
| case expression | |
| in pattern [if | unless condition] | |
| # here goes the code | |
| in pattern [if | unless condition] | |
| # here goes the code | |
| else | |
| # here goes the code | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment