When I started to learn progress 4GL in 1998 I was trained to write code like this:
But, in the last 10 years I have now simplified the code to look like this:
It produces the same result and coding style looks prettier ( i think it does ). I was inspired by some PHP code.
However, I've...