The Tutorial and API Reference of VEDA
3.3.0
examples/VE/libvefortran.vf90
SUBROUTINE SUB1(x, ret)
implicit none
INTEGER, INTENT(IN) :: x
INTEGER, INTENT(OUT) :: ret
ret = x + 1
END SUBROUTINE SUB1
Generated by
1.8.5