Imported from Joplin

This commit is contained in:
dan
2021-10-29 14:50:40 -04:00
parent 71c1d08b0f
commit 71fc095075
90 changed files with 1844 additions and 0 deletions

5
pico-8/programming.md Normal file
View File

@@ -0,0 +1,5 @@
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