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