Hacker News new | ask | show | jobs
by saurik 1190 days ago
That's more like ++C. You need "ADD 1 TO COBOL RETURNING COBOL"... which elicits another C++ joke: that it would have been nice to get to use the better version, but someone used the wrong operator, so what we have is certainly complicated but probably just more of the same.
1 comments

The ++ is probably overloaded, and actually formats your hard disk, instead of incrementing a number.

(Just like >> is overloaded to do IO, instead of shifting bits.)