Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29244 Discussions

Variable Names Starting in a Dollar Sign

hweisberg
Beginner
1,369 Views
In Compaq Fortran, variable names can start with a dollar sign, for example

INTEGER $Var

Is this also allowed in Intel Fortran?
0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,369 Views
Yes. By default (in the current version, anyway), you'll get a warning that this is an extension to the standard.

Steve
0 Kudos
hweisberg
Beginner
1,369 Views
Thanks!
0 Kudos
Reply