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

228 B

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