When I learned BASIC, manuals always showed the FOR/NEXT loop using the variable “I”: FOR I=1 TO 100:NEXT I “I” had no idea why this was, back then, but since then I have been told there was some history with some programming language that had certain letters reserved for certain …
From: Retro Roundup