lua-users home
lua-l archive

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


Is it true that the syntax (where function is a C function)

table.function()

provides an upvalue of the table to the function?

Why is it that this is not true for table:function() ?

Is this documented anywhere ?


DB