Quote Originally Posted by ovidiucucu
But few time ago I had to write some Pascal code and got tired writting tens of BEGIN/ENDs.
I remember when moving from Pascal to C it was "fashionable" to define BEGIN/END.

Code:
#define BEGIN {
#define END    }