Module:LuaCall: Difference between revisions

From Test Wiki
Content deleted Content added
m d
mNo edit summary
Line 30: Line 30:
end
end
end
end
debuglog=debuglog.."Lookup _G value of "..reserved_function.." is "..tostring(reserved_call)
debuglog=debuglog.."Lookup _G value of "..tostring(reserved_function).." is "..tostring(reserved_call)
if not reserved_function then return frame.preprocess(frame,"<nowiki>"..debuglog.."</nowiki>") end
if not reserved_function then return frame.preprocess(frame,"<nowiki>"..debuglog.."</nowiki>") end
local reserved_call=_G[reserved_function]
local reserved_call=_G[reserved_function]