6 lines
228 B
Markdown
6 lines
228 B
Markdown
Programming
|
|
|
|
- Tables without keys are auto assigned numbers as keys
|
|
- lead table name with pound returns the number of items in table. *ex: Items={"sword", "cloak", Boots} .... #items would return 3
|
|
- Tables start with 1 not 0
|