Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29281 Discussions

Variable Names Starting in a Dollar Sign

hweisberg
Beginner
1,401 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,401 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,401 Views
Thanks!
0 Kudos
Reply