RosettaCodeData/Task/Pointers-and-references/Fortran/pointers-and-references-6.f
2023-07-01 13:44:08 -04:00

2 lines
63 B
Forth

integer, dimension(:), pointer :: array
allocate(array(100))