26.890
Bearbeitungen
(tableConcatNil() + first handling) |
(tableConcatNil() fix not first) |
||
| Zeile 156: | Zeile 156: | ||
for i = 1, i_max do | for i = 1, i_max do | ||
if t[i] ~= nil then | if t[i] ~= nil then | ||
if first then | if not first then | ||
s = s .. (sep or " ") | s = s .. (sep or " ") | ||
first = false | first = false | ||