Root/sie_fs/root/scripts/lua/test/echo.lua

1-- echo command line arguments
2
3for i=0,table.getn(arg) do
4 print(i,arg[i])
5end
6

Archive Download this file

Branches:
master



interactive