So it’s either `x => x+1` or `x => { return ...
# announcements
o
So it’s either
x => x+1
or
x => { return x+1; }