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