forked from pyrex/chameleonic
367f03be4a44061ce9662fb773f808e71b36090a
oops, need to special-case the first part of the split list. amusingly, I don't need to special-case zero-length format strings because that will skip the entire loop and output "", which seems correct. (I am also not special-casing zero-length segments because `s[1] == nil` will go into the error handler and that seems fine.
EAT BUGS, SPACE SCUM
Languages
Lua
100%