DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-1 / integration_tests / file_open_01.f90
123456
! Test using action parameter with OPEN statement program file_open_01 integer :: u character(:), allocatable :: action_ open(u, action=action_) end program