int c = 3; RechneTyp d = (x) => {return x+c;}; int e = d(5); // e ist hier 8