I mean a single command equivalent to
write(*,*) something
write(file,*) something
Or should I just write my own subroutine?
I mean a single command equivalent to
write(*,*) something
write(file,*) something
Or should I just write my own subroutine?