s3/configure: Disable the automatic merged build.
[Samba.git] / source3 / lua-5.1.4 / test / echo.lua
blob4313439a855a73a7a63eb39124cb316694514b9b
1 -- echo command line arguments
3 for i=0,table.getn(arg) do
4 print(i,arg[i])
5 end