- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
In Compaq Fortran, variable names can start with a dollar sign, for example
INTEGER $Var
Is this also allowed in Intel Fortran?
INTEGER $Var
Is this also allowed in Intel Fortran?
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Yes. By default (in the current version, anyway), you'll get a warning that this is an extension to the standard.
Steve
Steve
