lua-users home
lua-l archive

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


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