lua table key value code example
Example 1: lua list of all keys
-- This is a list of how to write all the keys in Lua:
https://github.com/me2d13/luamacros/wiki/List-of-Keys
Example 2: how to make a table in lua
--You need to use this {} and put them in a varible
local Table = {13,"1hihihi",
-- u can even do tis
{122,222}}