Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compiler_explorer), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | lang |
elemental pure subroutine set_lang(this, lang)
class(compiler_explorer), intent(inout) :: this
character(len=*), intent(in) :: lang
this%lang = trim(lang)
end subroutine set_lang