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