@Full_marx A nicer photo, showing a used card and details.
We can see the card's instruction, I highlighted in green :
Z(1) = Y + W(1)
In English, it takes a lot more wording to transmit the instruction, but I believe it would read as: "Let array Z, cell 1 be equal to variable Y plus contents of array W, cell 1"
...where Z and W were previously defined and initialized as single dimensional (think a straight line of mailboxes, each cell contains some value you chose to store there) arrays.
@Full_marx
A nicer photo, showing a used card and details.
We can see the card's instruction, I highlighted in green :
Z(1) = Y + W(1)
In English, it takes a lot more wording to transmit the instruction, but I believe it would read as: "Let array Z, cell 1 be equal to variable Y plus contents of array W, cell 1"
...where Z and W were previously defined and initialized as single dimensional (think a straight line of mailboxes, each cell contains some value you chose to store there) arrays.
It's been a long time, Fortran. 😉