- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
In the past I have successfully compiled Fortran programs with a program_name beginning with a numerical character, e.g.
program 2test
When I used that syntax today I encountered the following error message:
error #5082: Syntax error, found INTEGER_CONSTANT '2' when expecting one of : <IDENTIFIER>
What is the correct syntax for a program_name in the program statement?
What could explain a change in compiler behaviour?
Thanks for any advice.
1 솔루션
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Search google intel Fortran names explains it -- google all questions like this as it is much faster
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Search google intel Fortran names explains it -- google all questions like this as it is much faster