blob: 2fa3bd68ac9c0518513c706a961a2d4afd8a468b [file] [log] [blame]
program lineContTest
REAL::S
REAL::R
R = 1.01
S = R + & ! a comment
! another comment
& R*2 & ! a comment
! another comment
+ R ! comment
end program lineContTest