The page has not been checked
Documentation for this module may be created at Module:Njardarlogar/infinitiv/doc
local p = {} function p.siste(frame) ord = frame.args[1] lengd = string.len(ord) g = string.sub(ord, lengd) return g end return p