Recent content by arhangela

  1. A

    Fortran Fortran 90: giving the variable's value on the execution of a program

    Hello I wondered if in Fortran 90 I can define a variable whose value will be given only while executing the program, in the same line as the execution command, for example like this: ./exe 100 I know one can use the "read" command, but that way you only enter the variable's value once...
Back
Top