Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
公告
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.
29285 讨论

Variable Names Starting in a Dollar Sign

hweisberg
初学者
1,408 次查看
In Compaq Fortran, variable names can start with a dollar sign, for example

INTEGER $Var

Is this also allowed in Intel Fortran?
0 项奖励
2 回复数
Steven_L_Intel1
1,408 次查看
Yes. By default (in the current version, anyway), you'll get a warning that this is an extension to the standard.

Steve
0 项奖励
hweisberg
初学者
1,408 次查看
Thanks!
0 项奖励
回复