Created
May 6, 2017 19:35
-
-
Save casprwang/aa91c49c116b2f668a65bd981b99f052 to your computer and use it in GitHub Desktop.
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
days = {[0]="Sunday", [1]="Monday", "Tuesday", "Wednesday", | |
"Thursday", a="Friday", "Saturday"} | |
print(days[1]) -- Tuesday | |
print(days[0]) -- Sunday |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment