Author: Arjen MarkusArjen Markus Date: Sep 15, 2008 21:43
Hello,
I was experimenting a bit with preprocessing Fortran code and I came
to realise
that you can combine continuation lines and comments in such a way
that there
are at least two interpretations possible:
write(*,*) 'A string & ! Continued &
& on the next line' ! all that
In the first line: is the first ampersand the continuation character
or is it the second?
I hope nobody ever writes code like that, so it is mostly curiosity,
but still. Is this
situation somehow covered?
Regards,
Arjen
|