Anaminus/rbxmk

gopher-lua: Implement Lua's string.format

Opened this issue · 0 comments

GL uses Go's fmt.Sprintf to implement string.format. I'd rather have an implementation that matches Lua.

References: