in reply to The joys of bad code

A colleague once had a problem with a script he wrote for some strange macro language. He was wondering why a loop was running to short. When I looked at the code I saw the following:
1 = 1 + 1
And the language really allowed this.