Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
TypeScript
lua print contents of table
captainsac
Programming language:
TypeScript
2021-03-16 10:10:19
0
Q:
lua print contents of table
johnsmith44
Code:
TypeScript
2021-09-24 07:00:38
for
k,v
in
pairs
(
table
)
do
print
(v)
end
2
Tags
table
int
con
tab
print
Related
lua print all elements table
New to Communities?
Join the community