DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / tests / flush2.f90
1234567
program flush2 implicit none call flush() open(10, file="file_01_data.txt") call flush(10) call flush() end program flush2