Quote:
Originally Posted by DNSB
a great lesson in why you should comment your code.
|
Too this day I still remember a line from a COBOL computer charge-back program I did some modification to back at my first full time job.
Code:
CALL CHINESE USING JUNK
CHINESE was an external assembler written routine that was doing bit-level modifications on a floating point value in JUNK. The fact that the main program also used MODIFIES statements in was an extra bonus,