* Numbers - myNumber = 2 * Strings - myString = "hello" * Boolean - myBool = true * Tables - myTable = {} * Functions - myFunction() end * nil values - myNil = nil ...
we can extend the functionality of applications written in other languages with Lua Code. The same API that we use to call Lua from C, for extending an application, is the API we use to call C from ...
Bueno compañeros. La verdad es que llevo bastante sin postear ningun tutorial, así que, para que no os desanimeis, aquí os dejo esta listita de las funciones de LUA, que poco a poco iré traduciendo a ...