-- a simple config file that doesn't do any computation host = "localhost" port = 8080 files = {"foo.txt", "bar.jpeg"} -- ... but maybe a little bit, just to show off what can be done for i = 1,3 do table.insert(files, "file_" .. i .. ".dat") end