lua-users home
lua-l archive

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


Well quite ...

Submit "= i + 1" to luaL_loadstring and you get this error message:

"e + 1:1: unexpected symbol near '='"

Confusing or what?

> There is no possibility of ambiguity, because a string source cannot
> start with '@' or '='. (Well, except when reporting a gross syntax
> error...)