I know this question falls in the realm of "basics", however I'd like to understand the inner workings of the language.
My question is:
Do operators 'return' the expression's value by default after evaluation?
'return' as in if we were to write:
//some operation using == < > etc...
return result;