RosettaCodeData/Task/Pointers-and-references/Fortran/pointers-and-references-6.f

3 lines
63 B
FortranFixed
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
integer, dimension(:), pointer :: array
allocate(array(100))