local function report(reactor) if reactor then return reactor.getTemperature() else return "No reactor found" end end return { report = report }