Kistaro Windrider
3516d2855e
fix section before first "%"
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
Description
Languages
Lua
100%