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