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

3 lines
63 B
FortranFixed
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
integer, dimension(:), pointer :: array
allocate(array(100))