Continued statements may contain comments both following the "&" symbol and as a comment line between the continued statement. The following example should parse successfully:
integer :: &
! this is a comment line splitting a continued statement
i
end
Continued statements may contain comments both following the "&" symbol and as a comment line between the continued statement. The following example should parse successfully:
integer :: & ! this is a comment line splitting a continued statement i end