]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/src/third_party/lua-5.1.5/test/echo.lua
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / civetweb / src / third_party / lua-5.1.5 / test / echo.lua
1 -- echo command line arguments
2
3 for i=0,table.getn(arg) do
4 print(i,arg[i])
5 end