📄️ Types & Values
Lua is a dynamically typed language. There are no type definitions; This means that each value contains its own value.
This is a collection of Lua tutorials, ranging from basic Lua knowledge to more complex concepts like tables and oop. It is not intended to start your Lua programming journey; for that, refer to the official Lua docs to get started: https://www.lua.org/pil/1.html
Lua is a dynamically typed language. There are no type definitions; This means that each value contains its own value.