[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: unified methods
- From: "Russell Y. Webb" <rw20@...>
- Date: Wed, 28 Nov 2001 10:34:05 -0800
Thanks for the good description.
> function call. The LuaState distribution does this by introducing the
> -> (like the colon but for method tables) and the :: (like a regular .
> Period table lookup).
That seems strange. Why is the double colon not the extension of the colon
operator and the -> a version of the . (like in C)?
Russ