RE: "namespaces" ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: "namespaces" ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2002年4月20日 10:15:24 -0300
>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