Hello, I have a doubt. In lua5, how could I do so: x = y is disallowed, being x any variable and y a C function Also, how could I make a table "say protected" to be read only? (no way to modify/create/delete indexes) Thanks in advance