Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用区分大小写的gfortran编译 fortran 90/95 代码?我搜索了手册,但找不到任何可以给 gfortran 以使其区分大小写的标志或选项。我想让大写和小写的变量不同。
那么,有可能吗?
没有这样的标志或选项。当然,gfortran 是免费软件,欢迎您下载源代码并使用该特定功能创建您自己的版本。
实际上,我建议在编程 Fortran 时只遵循 Fortran 标准并忘记区分大小写的想法。