return function local buffer = return function(sep) local b = buffer buffer = return table.concat(b, sep) end, function(text) buffer[#buffer + 1] = text end, function(...) buffer[#buffer + 1] = string.format(...) endend
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:OutputBuffer".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.