{
int? x = null;
return x ??= 0;
};
var osqr = (int)(_) => {
int? x = null;
return x ??= 1;
};
Still need more research for a better solution 😁
to have more freedom with functions the only choice is a functional language
Обсуждают сегодня