Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Translation), | intent(inout) | :: | this |
elemental impure subroutine print_response_format(this) class(Translation), intent(inout) :: this print "('response_format: ',A)", trim(this%response_format) end subroutine print_response_format