Skip to content

Instantly share code, notes, and snippets.

@casprwang
Created May 6, 2017 19:35
Show Gist options
  • Save casprwang/aa91c49c116b2f668a65bd981b99f052 to your computer and use it in GitHub Desktop.
Save casprwang/aa91c49c116b2f668a65bd981b99f052 to your computer and use it in GitHub Desktop.
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