On Sat, 18 Dec 2010, Paul Isambert wrote: > What I don't understand is why it hasn't been added before "xxx" too, > i.e. at the end of the first line. i guess it's so because that's how Lua handles these strings, e. g.: a = [[ xx ]] print("<"..a..">") Regards, Hartmut