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