5 lines
63 B
FortranFixed
5 lines
63 B
FortranFixed
|
|
real, dimension(20) :: a
|
||
|
|
real, dimension(16) :: p
|
||
|
|
|
||
|
|
p = a(5:20)
|