Jump to content

Multiplication tables: Difference between revisions

m
Line 1,826:
3 CONTINUE
C
END</lang>Rather more changes are needed to produce the same result using the Microsoft FORTRAN-80 compiler, in particular we cannot modify the format specifier directly and have to rely on overlaying it with an integer array and calculating the ASCII values needed for each byte we need to modify. Nested implicit DO loops are allowed, but it isn't possible to compute K on the fly so we have to calculate (and store) the results for each row before printing it. Note also that the unit numbers for the output devices are different.
 
=={{header|Go}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.