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