repo.or.cz
/
tcc4lua.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Prepare new Release
[tcc4lua.git]
/
test
/
test9.lua
blob
c922fef0311cc7808988b8559b1e4cf6b0aa8ff8
1
print
"Package listing test:"
2
print
"---------------------"
3
4
for
k
,
v
in
ipairs
(
package
.
loaders
)
do
5
print
(
k
,
v
)
6
end