Modul:Test: Porovnání verzí

Smazaný obsah Přidaný obsah
m pokus XII
m pokus XIII
Řádek 10:
kontext = kontext:getParent()
end
return state
end
return trace
end
 
function p.test2(kontext)
local a = kontext:getTitle()
local b = kontext:getParent():getTitle()
local c = kontext:getParent():getParent():getTitle()
local d = kontext:getParent():getParent():getParent():getTitle()
return a .. b .. c .. d
end