Skip to content

Instantly share code, notes, and snippets.

@ToxicFrog
Created November 5, 2011 19:40
Show Gist options
  • Save ToxicFrog/1341920 to your computer and use it in GitHub Desktop.
Save ToxicFrog/1341920 to your computer and use it in GitHub Desktop.
lua
local buf = {}
for i=#out_number,1,-1 do
table.insert(buf, out_number:sub(1, i))
end
fsLog("MY VARIABLE", table.concat(buf, ", "))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment