Answers for "lua create table with values"

Lua
-1

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}}
Posted by: Guest on April-05-2020

Browse Popular Code Answers by Language