echo.lua 80 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 -- echo command line arguments for i=0,table.getn(arg) do print(i,arg[i]) end