Can anybody tell me why i can't get correct result from non recursive function called inside recursive function
Here is an example
integer function test()
integer test
test = 69
return
end function test
integer recursive function testRec(i)
integer, intent(inout) :: i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.