lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Philippe Lhoste wrote:
st = makestringtable()
addtostringtable(st, s1)
addtostringtable(st, s2)
finalstring = collate(st)
...
What do you think?

Sounds good to me.
Python provides a similar function for the same reasons.

Steve