3 lines
63 B
FortranFixed
3 lines
63 B
FortranFixed
|
|
integer, dimension(:), pointer :: array
|
||
|
|
allocate(array(100))
|