- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Search google intel Fortran names explains it -- google all questions like this as it is much faster
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Search google intel Fortran names explains it -- google all questions like this as it is much faster

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page