j
k
j a
j l
({ int y = foo (); int z; if (y > 0) z = y; else z = - y; z; })
^^
This loose expression that gives a value for the block is a bit bizarre for me. I'd prefer some sort of return statement, I think (although probably with another keyword).
Back to the thread
Back to the list