3 lines
67 B
FortranFixed
3 lines
67 B
FortranFixed
|
|
integer :: i
|
||
|
|
integer, dimension (10) :: a = (/(i * i, i = 1, 10)/)
|