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...