RosettaCodeData/Task/Arrays/Fortran/arrays-19.f
Ingy döt Net 80737d5a6a new tasks
2013-04-09 00:46:50 -07:00

2 lines
94 B
Forth

integer :: i
integer, dimension (10, 10) :: a = reshape ((/(i * i, i = 1, 100)/), (/10, 10/))