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