Topic: module
I'm a relative new user of SF and having problems in compiling a simple module unit. The program is as follows:
module math_ module
implicit none
real, public, parameter:: pi = 3.141592
real, public, parameter:: e = 2.718281
end module math_ module
I hope you can help me. Thanks
version f03
ERROR: Last command (target.exe) returned bad status