print_prompt Subroutine

private impure elemental subroutine print_prompt(this)

Type Bound

Translation

Arguments

Type IntentOptional Attributes Name
class(Translation), intent(inout) :: this

Source Code

   elemental impure subroutine print_prompt(this)
      class(Translation), intent(inout) :: this
      print "('prompt: ',A)", trim(this%prompt)
   end subroutine print_prompt