Lua doesn’t have classes built in, but they can be simulated using tables. Let’s see how we can do this by attempting to create a math library which will contain some basic functions and values. (more…)
Lua doesn’t have classes built in, but they can be simulated using tables. Let’s see how we can do this by attempting to create a math library which will contain some basic functions and values. (more…)