I have the following line of code...
write(6,201) i, TIME, DTIME, CorM, CorR, CorL, accL + CorL, fluxM, corM / solmass
Due to it's length (and as an experiment in the use of continuation lines to confirm my understanding) I tried to spread this over two lines.
I have tried this...