Imported from Joplin
This commit is contained in:
5
pico-8/programming.md
Normal file
5
pico-8/programming.md
Normal 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
|
||||
Reference in New Issue
Block a user