forked from pyrex/chameleonic
Kistaro Windrider
93c154f876
fix sprintf and rename to fmt
the "split on %" strategy makes parsing "%%" complicated, so the "actually literally %" placeholder is now "%~" rather than "%%". since thsi resembles a real sprintf even less now I renamed it to "fmt". also actually closes the `if m == "~"` block. (which was `if m == "%"` before this patch)
EAT BUGS, SPACE SCUM
Description
Languages
Lua
100%