table.insert
Example
Demonstrates the use of this function.
Output: 1 = hello
2 = there
3 = my
4 = name
5 = is
6 = not
7 = drakehawke
8 = lol
Inserts a value into a table at the end of the table or at the given position.
__newindex
metamethod.Demonstrates the use of this function.