26.907
Bearbeitungen
(tableConcatNil() fix not first) |
(tableConcatNil() fix not first) |
||
| Zeile 158: | Zeile 158: | ||
if not first then | if not first then | ||
s = s .. (sep or " ") | s = s .. (sep or " ") | ||
end | end | ||
first = false | |||
s = s .. t[i] | s = s .. t[i] | ||
end | end | ||