ref: c826661c9482333668837c55f6d215a90c3c9c10 dir: /lua/test/echo.lua/
-- echo command line arguments for i=0,table.getn(arg) do print(i,arg[i]) end