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