Addons Luar
This is the most important part of the review.
You cannot use Luar as a standalone app. addons luar
Lua add-ons are libraries or modules that provide new functions, classes, or variables to the Lua environment. They can be written in Lua itself or in C/C++ (which can then be interfaced with Lua using the Lua C API). This is the most important part of the review
To load a Lua add-on, you can use the require function: you can use the require function: