@{function() local text = "" for i=1,10 do text = text .. ' ' .. tostring(i) end return text end}