Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chicken666

  1. chicken666

    calling non recursive function inside recursive one

    But everthing works when i invoke test function outside recursive testRec
  2. chicken666

    calling non recursive function inside recursive one

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

Part and Inventory Search

Back
Top