lua-users home
lua-l archive

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


On 03-May-15 15:53, Nagaev Boris wrote:
However, the following code is incorrect:

>  "abcd":upper()
lua:1: unexpected symbol near '"abcd"'

("abcd"):upper()

--
  Enrico