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