index
:
glum
master
A Lua minifier and AST parser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tests
/
valid_snippits
/
fornumloop.lua
blob: 19ee201a4034ea42456a36a4c535165479fd1c89 (
plain
)
1
2
3
4
5
6
7
8
9
10
local
tbl
=
{
"Alpha"
,
"Beta"
,
"Charlie"
,
}
for
k
=
1
,
#
tbl
do
print
(
v
)
end