function render(text) { return function () { return
{text}
; }; } function render() { return function (text) { return
{text}
; }; }