returnfunction() -- Store a short string to be used as input localshortToken = 'seq' -- Get the full token name localtokenName = GetTokenName(shortToken) -- Print useful output if nil is not returned iftokenName ~= nilthen Printf("The full version of '".. shortToken .. "' is '" .. tokenName .. "'") end end