string_argument_present Interface

interface


Called by

interface~~string_argument_present~~CalledByGraph interface~string_argument_present command_line_t%string_argument_present none~argument_present command_line_t%argument_present none~argument_present->interface~string_argument_present program~pure_stop_and_print pure_stop_and_print program~pure_stop_and_print->interface~string_argument_present program~pure_stop_and_print->none~argument_present

private module function string_argument_present(acceptable_argument) result(found)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: acceptable_argument(:)

Return Value logical

Description

same as character_argument_present but allowing ragged-edged array of character values