Here’s the skinny on printing stuff in Lua.
To hop into Lua’s REPL, just enter lua in your terminal.
lua
Lua doesn’t come with a built-in debugger, but you can use external ones, like ZeroBrane Studio.
Lua, being a lightweight yet powerful scripting language, does not include a built-in testing framework.