Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 9136e8c190abc97c5cd68f6d98e0df0bc9c46ccf https://github.com/dtaht/deBloat/commit/9136e8c190abc97c5cd68f6d98e0df0bc9c46ccf Author: Dave Taht Date: 2012-01-09 (Mon, 09 Jan 2012) Changed paths: M src/staqfq.lua Log Message: ----------- Sped up the code generator a bit more by eliminating a string format What you can do with varargs in lua is kind of nice. local function qa(...) return tc:write(qastring,sf(...),"\n") end