I wonder, why the compiler doesn't translate autom...
# getting-started
e
I wonder, why the compiler doesn't translate automatically a
x++
to
x+1
?