Comment on Why abc, xyz, etc.?
Successful_Try543@feddit.org 2 days agoActually, the use of i,j,k as counters is older than programming. It’s more like the other way round. They implemented making variables starting with i, j, k implicitly integer by default, as i, j, k were commonly used for indexing.