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