lua-users home
lua-l archive

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


>That being said, theoretically, you could write code like:
>
>print(55:sin())
>print(55:tostring())
>
>These statements stopped compiling in Lua 4.1 work3, although it worked
>in my LuaState C++ distribution that tracked 4.1 Alpha.

Although they will not execute, they can be written as (55):sin().
--lhf