function render(text) { text += "yes"; return function () { return
{text}
; }; }