Files
wiki/pico-8/programming.md
2021-10-29 14:50:40 -04:00

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