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