Got new warning at start that '%cw unit should not be =0'. Why and what's wrong with zero? Zero is very popular among other Fortrans compilers where print* or write (,) goes by default (in gFortran for example write(0,) is equivalent to write(,*). I suspect ALL compilers do the same as one of third-party codes i use written in gFortran works on a dozen of different compilers without any changes and only FTN95 does not understand zero so i have to change it to 6 ). I think whether zero is Standard conforming or not should be considered as a de facto conforming if everyone use it and it does not contradict or break anything
With Clearwin+ though using non-zero value for %cw produces something i do not understand: taking it 1 or 6 opens one more huge out of control size %cw window (???) while previous %cw window is still in place but keeps to be empty (the printed text is redirected to this new window). Looks like a bug or some other devilry.
Permanently answering questions 'Do you still agree to use zero as %cw unit number?' is not a fun. Why it is needed?