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