When I try to pass a lambda to a template, I get the subject error.

(string x) => { return x~"1"; }

But when I jsut do

(string x) => x~"1"

it works....

Come on!!!

Reply via email to