我想知道是否可以在 Fortran 中循环字符串。例如我想知道以下代码是否:
DO p=a,b,c,t,r ... END DO
每当写 ap 时都会替换 abct 和 r。
fortran loops
fortran ×1
loops ×1