Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29249 ディスカッション

Variable Names Starting in a Dollar Sign

hweisberg
ビギナー
1,371件の閲覧回数
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,371件の閲覧回数
Yes. By default (in the current version, anyway), you'll get a warning that this is an extension to the standard.

Steve
hweisberg
ビギナー
1,371件の閲覧回数
Thanks!
返信