1 2 3 4 5 6 7 8 9
local inspect = require("inspect") local data = { message = "Hello from Lua integration test!", status = "success" } print(inspect(data)) print("SUCCESS: Lua stack is working")