blob: 5a2d85d3aa410ea3fceb8eb23224afed06191753 [file] [log] [blame]
function RIGHT(a, b) result(c)
integer, intent(in) :: ChangeMe
integer, intent(in) :: b
integer, intent(out) :: c
c = a+b
end function RIGHT