I just started using gfortran 4.7.2 in Fedora 17. When I tried to use the following a test code, I am not getting output:
PROGRAM test_ampersand
IMPLICIT NONE
PRINT *, 'I am a new learner of' &
'fortran'
END PROGRAM test_ampersand
I was expecting the output as:
I am a new learner of fortran
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…