DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / tests / array13.f90
1234
program array13 implicit none integer, dimension(5) :: numbers = [5, 4, 2, 1, 3] end program