Tech+
Lua Math Library
This section is more of a reference to how to use the math library in Lua. We aren't going to…
Expanding Lua Functions
This article is an extension of our previous article on functions. We're going to learn a few new tricks and…
Lua String Operations
Let's get into the string operations in Lua. Lua offers a wide range of functions for working with text. As…