lua-users home
lua-l archive

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


> What is wrong with something like [[[   ]]] ?

You cannot enclose a string that starts with '[' or ends with ']'.

-- Roberto