print Interface

public interface print

Contents


Module Procedures

public subroutine printString(this)

Arguments

Type IntentOptional AttributesName
class(string_), intent(in) :: this

public subroutine printStringVec(this)

Arguments

Type IntentOptional AttributesName
class(string_), intent(in) :: this(:)

public subroutine printStringArray(this)

Arguments

Type IntentOptional AttributesName
class(string_), intent(in) :: this(:,:)