File size: 92 Bytes
d1ceb73
 
 
 
 
1
2
3
4
5
6
function add(n,m) result(b)
  implicit none
  include 'AB.inc'
  b = n + m
end function add