bool_to_str Function

private pure function bool_to_str(cond) result(res)

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: cond

Return Value character(len=:), allocatable


Contents