On 03-May-15 15:53, Nagaev Boris wrote:
However, the following code is incorrect: > "abcd":upper() lua:1: unexpected symbol near '"abcd"'
However, the following code is incorrect:
> "abcd":upper()
lua:1: unexpected symbol near '"abcd"'
("abcd"):upper() -- Enrico