is it possible to comment out a block of code in a fortran program with some operator rather than putting** C** or ! infront of every line of code to be commented.In C language we can comment out a block of code using this operator /* --------------------------*/.so i am thinking whether any equivalent operator in Fortran.
thanks shahid