main Program

Variables

Type Attributes Name Initial
integer(kind=int32) :: x
integer(kind=int32) :: y
integer(kind=int32), allocatable :: c(:)

Functions

function hoge(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: a
integer(kind=int32), intent(in) :: b

Return Value integer(kind=int32), allocatable, (:)