La documentation pour ce module peut être créée à Module:bac à sable/Darmo117/test3/Documentation
local p = {} local function f() error("Test") end function p.test() local a, b = pcall(f) return tostring(a) .. "<br/>" .. b end return p