Blazuno

Untitled

Nov 2nd, 2021 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. table = {10, 5, 3}
  2. table2 = {table, 5, 7}
  3. table3 = table2[1]
  4. for i,v in pairs(table3) do
  5. print(i..":"..v)
  6. end
Add Comment
Please, Sign In to add comment