program main
implicit none
integer:: a=0, b=100
integer:: func
print*, func(a,b)
end
function func(arg)
implicit none
real,intent(in)::arg
integer:: func
func = arg + 1
end
fcode 发表于 2023-8-6 20:22
不管是做为程序员,还是编译器的开发者。
都想尽了一切办法,让错误提前。
所谓错误提前,就是让错误尽可能 ...
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |