lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


So .. For your example above the test *could* be like:

if arg and arg[0] == "tcpserver.lua" and ({...})[1] ~= "tcpserver" then
..
end