* Numbers - myNumber = 2 * Strings - myString = "hello" * Boolean - myBool = true * Tables - myTable = {} * Functions - myFunction() end * nil values - myNil = nil ...
This is an example program for using SDL2 from Lua. It uses the SDL2 bindings from https://github.com/Tangent128/luasdl2. Of course you will need Lua installed, and ...
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 ...