lua-users home
lua-l archive

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


On Fri, Nov 30, 2012 at 10:46 PM, Dimiter 'malkia' Stanev
<malkia@gmail.com> wrote:
> local t1 = {
>   { "a", "b " },
>   #1{ #2{"p", "q" }, "foo", #2#, #1# }
> }

When weird characters start escaping from strings, then a language is
in trouble!

steve d.