Created
June 7, 2021 18:50
-
-
Save BrooklinJazz/9b4ac057ac051a39e778373f67d40bbb to your computer and use it in GitHub Desktop.
head and tail example
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
| [head | tail] = [1,2,3] | |
| head # 1 | |
| tail # [2, 3] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment