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