| phortran run console [message #985702] |
Thu, 15 November 2012 12:45 |
james fastook Messages: 1 Registered: November 2012 |
Junior Member |
|
|
using Mac OS X, New to phortran, experienced with fortran, program compiles fine, but when I run it none of the prompts for input show until I have responded. executatble runs fine when executed in a terminal window
program hello
implicit none
real :: a
print *,'hello world'
read *,a
print *,'a =',a
end program hello
console window:
23
hello world
a = 23.000000
I need to enter the response to the read before I see the hello world
Puzzled...
|
|
|
Powered by
FUDForum. Page generated in 0.01607 seconds