function anonymous(it /**/) { var out='
Hi '+(it.name)+'!
'+(it.age || '')+'
';return out; }